Cleanup User class. Move user related functions into class as static member functions
This commit is contained in:
@@ -514,7 +514,7 @@ class Version {
|
||||
addmsg("Version rejected.", "green");
|
||||
break;
|
||||
}
|
||||
$sEmail = get_notify_email_address_list(null, $this->iVersionId);
|
||||
$sEmail = User::get_notify_email_address_list(null, $this->iVersionId);
|
||||
if($sEmail)
|
||||
mail_appdb($sEmail, $sSubject ,$sMsg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user