diff options
Diffstat (limited to 'app/php/controls/PasswordChange.php')
-rw-r--r-- | app/php/controls/PasswordChange.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/php/controls/PasswordChange.php b/app/php/controls/PasswordChange.php index 5653ef3..7c177a6 100644 --- a/app/php/controls/PasswordChange.php +++ b/app/php/controls/PasswordChange.php @@ -1,10 +1,10 @@ <?php -Prado::using('Application.web.TemplateControl'); +Prado::using('Application.web.FacadeTemplateControl'); Prado::using('Application.user.DbUser'); -class PasswordChange extends TemplateControl { +class PasswordChange extends FacadeTemplateControl { public function getUserToChange() { return $this->getControlState('user'); |