aboutsummaryrefslogtreecommitdiff
path: root/mod/notifications
diff options
context:
space:
mode:
Diffstat (limited to 'mod/notifications')
-rw-r--r--mod/notifications/start.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/mod/notifications/start.php b/mod/notifications/start.php
index 838a123fb..873095b8b 100644
--- a/mod/notifications/start.php
+++ b/mod/notifications/start.php
@@ -22,9 +22,7 @@ function notifications_plugin_init() {
// Unset the default notification settings
unregister_plugin_hook('usersettings:save', 'user', 'notification_user_settings_save');
-
- // must wait until elgg_unextend_view() is merged in from 1.7 branch - if still needed
- //elgg_unextend_view('usersettings/user', 'notifications/settings/usersettings');
+ elgg_unextend_view('usersettings/user', 'notifications/settings/usersettings');
}
/**