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 4d3d2b7ee..d98c475d3 100644 --- a/mod/notifications/start.php +++ b/mod/notifications/start.php @@ -61,7 +61,7 @@ function notifications_page_handler($page) { */ function notifications_plugin_pagesetup() { global $CONFIG; - if (get_context() == 'settings') { + if (elgg_get_context() == 'settings') { add_submenu_item(elgg_echo('notifications:subscriptions:changesettings'), "pg/notifications/personal"); if (is_plugin_enabled('groups')) { add_submenu_item(elgg_echo('notifications:subscriptions:changesettings:groups'), "pg/notifications/group"); |