diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-12-17 20:36:36 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-12-17 20:36:36 +0000 |
commit | db787a3ab93da0c2141d33f3058f9dc2f34d6f2a (patch) | |
tree | dca419a399cb00f45c227aed7a62993b089e0f27 /mod/notifications | |
parent | c2add32bbf281d488deb26343cf059e3347fe525 (diff) | |
download | elgg-db787a3ab93da0c2141d33f3058f9dc2f34d6f2a.tar.gz elgg-db787a3ab93da0c2141d33f3058f9dc2f34d6f2a.tar.bz2 |
reorganized the settings views and updated the pages to use new layout
git-svn-id: http://code.elgg.org/elgg/trunk@7663 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/notifications')
-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 15b079bda..57099dc4c 100644 --- a/mod/notifications/start.php +++ b/mod/notifications/start.php @@ -18,7 +18,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('usersettings/user', 'usersettings/notifications'); + elgg_unextend_view('core/settings/account', 'core/settings/account/notifications'); // update notifications based on relationships changing elgg_register_event_handler('delete', 'member', 'notifications_relationship_remove'); |