summaryrefslogtreecommitdiff
path: root/modules/gallery/controllers
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2010-02-07 13:59:59 -0800
committerTim Almdal <tnalmdal@shaw.ca>2010-02-07 13:59:59 -0800
commita54a81f9c77cde8ab4105b52c1864298c819422f (patch)
tree9f025cb0119e82e183b624365b5ebd8c9e282de5 /modules/gallery/controllers
parentb6c0d3a48ca4fa9296b23a1c4d73fb0573f1b92f (diff)
parenteda6e3af06aa51281e614ae9a5e7b4ad4fbbae17 (diff)
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'modules/gallery/controllers')
-rw-r--r--modules/gallery/controllers/login.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/controllers/login.php b/modules/gallery/controllers/login.php
index 1426f0d8..5a08b693 100644
--- a/modules/gallery/controllers/login.php
+++ b/modules/gallery/controllers/login.php
@@ -65,7 +65,7 @@ class Login_Controller extends Controller {
$form->login->inputs["name"]->add_error("invalid_login", 1);
$name = $form->login->inputs["name"]->value;
log::warning("user", t("Failed login for %name", array("name" => $name)));
- module::event("user_login_failed", $name);
+ module::event("user_auth_failed", $name);
$valid = false;
}
}