diff options
author | nickw <nickw@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-05-26 21:53:13 +0000 |
---|---|---|
committer | nickw <nickw@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-05-26 21:53:13 +0000 |
commit | dcece443e979dc97b1a6e4c40fbba39d5531a47e (patch) | |
tree | ec052cdf5d20c9a48299a8cad7f287c4535ca6a3 /mod/notifications/start.php | |
parent | b027f962af16d074398d1351a90d863aaf5469f3 (diff) | |
download | elgg-dcece443e979dc97b1a6e4c40fbba39d5531a47e.tar.gz elgg-dcece443e979dc97b1a6e4c40fbba39d5531a47e.tar.bz2 |
Un-extending core notification view in favor of Notifications plugin.
git-svn-id: http://code.elgg.org/elgg/trunk@6243 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/notifications/start.php')
-rw-r--r-- | mod/notifications/start.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mod/notifications/start.php b/mod/notifications/start.php index 838a123fb..873095b8b 100644 --- a/mod/notifications/start.php +++ b/mod/notifications/start.php @@ -22,9 +22,7 @@ function notifications_plugin_init() { // Unset the default notification settings unregister_plugin_hook('usersettings:save', 'user', 'notification_user_settings_save'); - - // must wait until elgg_unextend_view() is merged in from 1.7 branch - if still needed - //elgg_unextend_view('usersettings/user', 'notifications/settings/usersettings'); + elgg_unextend_view('usersettings/user', 'notifications/settings/usersettings'); } /** |