This commit is contained in:
Sam Georges 2014-07-12 18:46:29 +10:00
parent b121e03608
commit 826b0bf9d3
1 changed files with 1 additions and 1 deletions

View File

@ -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