Typo
This commit is contained in:
parent
b121e03608
commit
826b0bf9d3
|
|
@ -65,7 +65,7 @@ class Users extends Controller
|
|||
*/
|
||||
public function myaccount_onSave()
|
||||
{
|
||||
$result = $this->getClassExtension('Backend.Behaviors.FormController')->update_onSave($this->user->id, 'mysettings');
|
||||
$result = $this->getClassExtension('Backend.Behaviors.FormController')->update_onSave($this->user->id, 'myaccount');
|
||||
|
||||
/*
|
||||
* If the password or login name has been updated, reauthenticate the user
|
||||
|
|
|
|||
Loading…
Reference in New Issue