]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
fixed the call to unextend the user settings for notifications
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sat, 19 Feb 2011 18:31:58 +0000 (18:31 +0000)
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sat, 19 Feb 2011 18:31:58 +0000 (18:31 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@8337 36083f99-b078-4883-b0ff-0f9b5a30f544

mod/notifications/start.php

index f4d50847cdca8f290deb8047ec63c80da7909262..e2e997ff155300ab8733fe8a3f2ae448d311176c 100644 (file)
@@ -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');