aboutsummaryrefslogtreecommitdiffstats
path: root/include/user.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/user.inc.php')
-rw-r--r--include/user.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/user.inc.php b/include/user.inc.php
index bb9cbd41f..d1bf87c70 100644
--- a/include/user.inc.php
+++ b/include/user.inc.php
@@ -72,5 +72,5 @@ if ($conf['browser_language'] and (is_a_guest() or is_generic()) )
{
get_browser_language($user['language']);
}
-trigger_action('user_init', $user);
+trigger_notify('user_init', $user);
?>