summaryrefslogtreecommitdiff
path: root/modules/gallery
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gallery')
-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 720e6375..3978b64f 100644
--- a/modules/gallery/controllers/login.php
+++ b/modules/gallery/controllers/login.php
@@ -77,6 +77,7 @@ class Login_Controller extends Controller {
}
identity::set_active_user($user);
log::info("user", t("User %name logged in", array("name" => $user->name)));
+ module::event("user_login", $user);
}
// Either way, regenerate the session id to avoid session trapping