summaryrefslogtreecommitdiff
path: root/modules/gallery/controllers/login.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2010-02-07 08:49:37 -0800
committerBharat Mediratta <bharat@menalto.com>2010-02-07 08:49:37 -0800
commiteda6e3af06aa51281e614ae9a5e7b4ad4fbbae17 (patch)
tree1c3f57a324609596be0f81112096f87f5f01d6dc /modules/gallery/controllers/login.php
parentaff5d1cef4cc2514fe6d714788fffcf418d8fc5b (diff)
Rename user_authenticate_xxx events to user_auth_xxx for brevity.
Diffstat (limited to 'modules/gallery/controllers/login.php')
-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 fa175ac8..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_authenticate_failed", $name);
+ module::event("user_auth_failed", $name);
$valid = false;
}
}