diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-21 16:02:34 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-21 16:02:34 -0700 |
commit | 5e4576632d0938cc7c2947db6ee35a7d59fb6edf (patch) | |
tree | 8f2337fbaf73a5f36ec69e7ebf4e18ef80a64691 /modules/gallery/controllers | |
parent | 7638834e97be905efd80acff6312330db34ba0bc (diff) |
Correct white space
Diffstat (limited to 'modules/gallery/controllers')
-rw-r--r-- | modules/gallery/controllers/login.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gallery/controllers/login.php b/modules/gallery/controllers/login.php index 96a97a1d..4c83d647 100644 --- a/modules/gallery/controllers/login.php +++ b/modules/gallery/controllers/login.php @@ -53,6 +53,7 @@ class Login_Controller extends Controller { print $form; } } + private function _auth($url) { $form = login::get_login_form($url); $valid = $form->validate(); |