aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/elgglib.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/lib/elgglib.php')
-rw-r--r--engine/lib/elgglib.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/elgglib.php b/engine/lib/elgglib.php
index a793e7bee..a367707b3 100644
--- a/engine/lib/elgglib.php
+++ b/engine/lib/elgglib.php
@@ -525,7 +525,7 @@
* @param string $label The human-readable label
* @param string $link The URL of the submenu item
*/
- function add_submenu_item($label, $link, $group = 'main') {
+ function add_submenu_item($label, $link, $group = 'a') {
global $CONFIG;
if (!isset($CONFIG->submenu)) $CONFIG->submenu = array();