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 a200a6513..09d0f0c48 100644
--- a/mod/notifications/start.php
+++ b/mod/notifications/start.php
@@ -74,7 +74,7 @@ function notifications_plugin_pagesetup() {
);
elgg_register_menu_item('page', $params);
- if (is_plugin_enabled('groups')) {
+ if (elgg_is_active_plugin('groups')) {
$params = array(
'name' => '2_group_notify',
'title' => elgg_echo('notifications:subscriptions:changesettings:groups'),