diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-03-07 23:00:25 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-03-07 23:00:25 +0000 |
commit | 27670aeb2ccd579751bdb15412aab4108597ae87 (patch) | |
tree | 4f66ece313fa46301a0a0c42c54d8cf4b2038621 /h-source/Application | |
parent | f3d93467760c035ce88b25e0e0e673bd7d5ad588 (diff) |
changed users controller
Diffstat (limited to 'h-source/Application')
-rw-r--r-- | h-source/Application/Controllers/UsersController.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/h-source/Application/Controllers/UsersController.php b/h-source/Application/Controllers/UsersController.php index 95addf4..c46da88 100644 --- a/h-source/Application/Controllers/UsersController.php +++ b/h-source/Application/Controllers/UsersController.php @@ -49,8 +49,7 @@ class UsersController extends BaseController if ( strcmp($this->_updating,'no') === 0 ) { $data['flag'] = isset($type) ? 'setted' : null; - $html['lang'] = Lang::sanitize($lang); - + $data['title'] = 'Login - '.Website::$generalName; $redirect = $this->request->get('redirect','','sanitizeAll'); |