From dcece443e979dc97b1a6e4c40fbba39d5531a47e Mon Sep 17 00:00:00 2001 From: nickw Date: Wed, 26 May 2010 21:53:13 +0000 Subject: 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 --- mod/notifications/start.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'mod/notifications') 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'); } /** -- cgit v1.2.3