aboutsummaryrefslogtreecommitdiff
path: root/mod/notifications/start.php
diff options
context:
space:
mode:
authorben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-01-23 15:23:56 +0000
committerben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-01-23 15:23:56 +0000
commit2122211959f5d6000f0490e1c782a40e6ce56ec9 (patch)
tree300473a8e79973eeb181c1a95b3462e1e12e5ea5 /mod/notifications/start.php
parent0dbe6c895303966cb3397221b0aed396553ee3be (diff)
downloadelgg-2122211959f5d6000f0490e1c782a40e6ce56ec9.tar.gz
elgg-2122211959f5d6000f0490e1c782a40e6ce56ec9.tar.bz2
Menu heading changes
git-svn-id: https://code.elgg.org/elgg/trunk@2610 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 d7d1c87ea..4c8182990 100644
--- a/mod/notifications/start.php
+++ b/mod/notifications/start.php
@@ -18,7 +18,7 @@
function notifications_plugin_pagesetup() {
global $CONFIG;
if (get_context() == 'settings')
- add_submenu_item(elgg_echo('notifications:subscriptions:changesettings'), $CONFIG->wwwroot . "mod/notifications/",'notifications');
+ add_submenu_item(elgg_echo('notifications:subscriptions:changesettings'), $CONFIG->wwwroot . "mod/notifications/");
}
register_elgg_event_handler('pagesetup','system','notifications_plugin_pagesetup',1000);