]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
fixed another underline to dash conversion issue
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Fri, 17 Dec 2010 21:27:41 +0000 (21:27 +0000)
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Fri, 17 Dec 2010 21:27:41 +0000 (21:27 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@7666 36083f99-b078-4883-b0ff-0f9b5a30f544

mod/notifications/start.php

index 57099dc4c77be230bb3ddfb9d22a79668e47ed9c..1bb99da3588e123a44335758f99bbbf9f74d2075 100644 (file)
@@ -17,7 +17,7 @@ function notifications_plugin_init() {
        elgg_register_event_handler('pagesetup', 'system', 'notifications_plugin_pagesetup');
 
        // Unset the default notification settings
-       elgg_unregister_plugin_hook_handler('usersettings:save', 'user', 'notification_user-settings_save');
+       elgg_unregister_plugin_hook_handler('usersettings:save', 'user', 'notification_user_settings_save');
        elgg_unextend_view('core/settings/account', 'core/settings/account/notifications');
 
        // update notifications based on relationships changing