Update menu.php

This commit is contained in:
FusionPBX 2017-11-17 14:28:07 -07:00 committed by GitHub
parent 21b282857c
commit 20292017cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -430,7 +430,7 @@ if (!class_exists('menu')) {
if (!$db) { return Array(); }
//if there are no groups then set the public group
if (!isset($_SESSION['groups'])) {
if (!isset($_SESSION['groups'][0]['group_name'])) {
$_SESSION['groups'][0]['group_name'] = 'public';
}