From 6f315ad89c06431b408fcdf24393ad13daed845d Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Thu, 8 Oct 2009 06:35:38 -0700 Subject: Part of the previous commit, forgot to save... again --- modules/gallery/controllers/login.php | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/gallery/controllers/login.php') diff --git a/modules/gallery/controllers/login.php b/modules/gallery/controllers/login.php index 2c4bd557..85f6db5d 100644 --- a/modules/gallery/controllers/login.php +++ b/modules/gallery/controllers/login.php @@ -21,6 +21,7 @@ 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; } -- cgit v1.2.3