user edit fix fullName
This commit is contained in:
@@ -930,7 +930,7 @@ namespace Core\API\User {
|
||||
|
||||
if ($fullNameChanged) {
|
||||
$user->fullName = $fullName;
|
||||
$columnsToUpdate[] = "full_name";
|
||||
$columnsToUpdate[] = "fullName";
|
||||
}
|
||||
|
||||
if ($emailChanged) {
|
||||
|
||||
Reference in New Issue
Block a user