diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-12-15 02:49:24 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-12-15 02:49:24 +0000 |
commit | b3c486b0ba9a3005e9b4ebf8269df582e84fc72f (patch) | |
tree | 387c8e294a8684517e9a6f5d29992e4784e79154 /engine | |
parent | b9ffc51a110107be82cb1151acd9c7cd07f55ab1 (diff) | |
download | elgg-b3c486b0ba9a3005e9b4ebf8269df582e84fc72f.tar.gz elgg-b3c486b0ba9a3005e9b4ebf8269df582e84fc72f.tar.bz2 |
moved default notification settings into usersettings
git-svn-id: http://code.elgg.org/elgg/trunk@7629 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine')
-rw-r--r-- | engine/lib/notification.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/notification.php b/engine/lib/notification.php index e75e6b34b..5a96b9623 100644 --- a/engine/lib/notification.php +++ b/engine/lib/notification.php @@ -360,7 +360,7 @@ function notification_init() { register_notification_handler("email", "email_notify_handler"); // Add settings view to user settings & register action - extend_elgg_settings_page('notifications/settings/usersettings', 'usersettings/user'); + extend_elgg_settings_page('usersettings/notifications', 'usersettings/user'); elgg_register_plugin_hook_handler('usersettings:save', 'user', 'notification_user_settings_save'); } |