mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 21:00:39 +08:00
Save User Prefs to Db instead of User
This commit is contained in:
parent
0f1aaa2c9c
commit
b5b9658a57
1 changed files with 1 additions and 4 deletions
|
@ -149,10 +149,7 @@ class SetUserLanguage extends LegacyHandler implements ProcessHandlerInterface
|
|||
$user = $this->userHandler->getCurrentUser();
|
||||
|
||||
$this->init();
|
||||
|
||||
$user->save();
|
||||
|
||||
$this->close();
|
||||
$user->savePreferencesToDB();
|
||||
|
||||
$process->setStatus('success');
|
||||
$process->setMessages([]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue