user edit fix fullName

This commit is contained in:
2024-05-06 15:39:25 +02:00
parent 975d434add
commit 40d21cb0ae
3 changed files with 4 additions and 4 deletions

View File

@@ -930,7 +930,7 @@ namespace Core\API\User {
if ($fullNameChanged) {
$user->fullName = $fullName;
$columnsToUpdate[] = "full_name";
$columnsToUpdate[] = "fullName";
}
if ($emailChanged) {