Skip to content

Commit

Permalink
Merge branch 'release-49.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 1, 2022
2 parents 22ae3d2 + 85b5ffd commit eea442a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/class.UserSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public function password()
$this->setData('message', __('Password changed'));
}

$this->setData('myForm', $passwordForm->render());
$this->setData('settingsForm', $passwordForm->render());
}

$this->setView('form/settings_user.tpl');
Expand Down

0 comments on commit eea442a

Please sign in to comment.