From 2122211959f5d6000f0490e1c782a40e6ce56ec9 Mon Sep 17 00:00:00 2001 From: ben Date: Fri, 23 Jan 2009 15:23:56 +0000 Subject: Menu heading changes git-svn-id: https://code.elgg.org/elgg/trunk@2610 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/notifications/start.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/notifications/start.php') 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); -- cgit v1.2.3