diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-19 18:31:58 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-19 18:31:58 +0000 |
commit | e86de6c482ef8bae0a07b53481687b2f338c483e (patch) | |
tree | 48bb2c886908644104cc21d660130224bbef3b0e /mod/notifications/start.php | |
parent | 4e6be980c9ebcc35aaaf6f1c0df9403703e3b8cf (diff) | |
download | elgg-e86de6c482ef8bae0a07b53481687b2f338c483e.tar.gz elgg-e86de6c482ef8bae0a07b53481687b2f338c483e.tar.bz2 |
fixed the call to unextend the user settings for notifications
git-svn-id: http://code.elgg.org/elgg/trunk@8337 36083f99-b078-4883-b0ff-0f9b5a30f544
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 f4d50847c..e2e997ff1 100644 --- a/mod/notifications/start.php +++ b/mod/notifications/start.php @@ -17,7 +17,7 @@ function notifications_plugin_init() { // Unset the default notification settings elgg_unregister_plugin_hook_handler('usersettings:save', 'user', 'notification_user_settings_save'); - elgg_unextend_view('core/settings/account', 'core/settings/account/notifications'); + elgg_unextend_view('forms/account/settings', 'core/settings/account/notifications'); // update notifications based on relationships changing elgg_register_event_handler('delete', 'member', 'notifications_relationship_remove'); |