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