aboutsummaryrefslogtreecommitdiff
path: root/mod/notifications/start.php
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-12-17 21:27:41 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-12-17 21:27:41 +0000
commit1ac1eb083987149a5f9522323b4affc6e2b079b7 (patch)
treef718bbe4bf221f7833f98996ec840a2a8796d7fa /mod/notifications/start.php
parent785290e6c228d484adb8812d243700e65692867d (diff)
downloadelgg-1ac1eb083987149a5f9522323b4affc6e2b079b7.tar.gz
elgg-1ac1eb083987149a5f9522323b4affc6e2b079b7.tar.bz2
fixed another underline to dash conversion issue
git-svn-id: http://code.elgg.org/elgg/trunk@7666 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/notifications/start.php')
-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 57099dc4c..1bb99da35 100644
--- a/mod/notifications/start.php
+++ b/mod/notifications/start.php
@@ -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