summaryrefslogtreecommitdiff
path: root/modules/gallery/controllers/login.php
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-10-21 16:02:34 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-10-21 16:02:34 -0700
commit5e4576632d0938cc7c2947db6ee35a7d59fb6edf (patch)
tree8f2337fbaf73a5f36ec69e7ebf4e18ef80a64691 /modules/gallery/controllers/login.php
parent7638834e97be905efd80acff6312330db34ba0bc (diff)
Correct white space
Diffstat (limited to 'modules/gallery/controllers/login.php')
-rw-r--r--modules/gallery/controllers/login.php1
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();