aboutsummaryrefslogtreecommitdiff
path: root/mod/notifications
diff options
context:
space:
mode:
Diffstat (limited to 'mod/notifications')
-rw-r--r--mod/notifications/start.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/notifications/start.php b/mod/notifications/start.php
index 09d0f0c48..f4d50847c 100644
--- a/mod/notifications/start.php
+++ b/mod/notifications/start.php
@@ -11,7 +11,7 @@ function notifications_plugin_init() {
elgg_extend_view('css/screen','notifications/css');
- register_page_handler('notifications', 'notifications_page_handler');
+ elgg_register_page_handler('notifications', 'notifications_page_handler');
elgg_register_event_handler('pagesetup', 'system', 'notifications_plugin_pagesetup');