diff options
Diffstat (limited to 'engine')
-rw-r--r-- | engine/lib/elgglib.php | 2 |
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();
|