diff options
Diffstat (limited to 'mod/notifications/start.php')
-rw-r--r-- | mod/notifications/start.php | 2 |
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'); |