diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-15 10:44:25 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-16 08:53:30 -0700 |
commit | be6765336eb894535d62055fab577dfc951b6b6a (patch) | |
tree | 190fbb38db35729d008237b7e9936a95bfdbfeb1 /modules/gallery/controllers/login.php | |
parent | 9e833c9443bee5230ab0dbdf7f800d34287a84ce (diff) |
Finish integrating the move of the user edit/update functions into the user module. The premise is that the plugable user module will provide the update screens if the user backend supports updates.
Diffstat (limited to 'modules/gallery/controllers/login.php')
-rw-r--r-- | modules/gallery/controllers/login.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/gallery/controllers/login.php b/modules/gallery/controllers/login.php index 85f6db5d..2c4bd557 100644 --- a/modules/gallery/controllers/login.php +++ b/modules/gallery/controllers/login.php @@ -21,7 +21,6 @@ class Login_Controller extends Controller { public function ajax() { $view = new View("login_ajax.html"); - $view->writable = user::is_writable(); $view->form = user::get_login_form("login/auth_ajax"); print $view; } |