diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 0a1253ec52..3148f245e3 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2013-04-16 Miguel de Dios + + * godmode/groups/group_list.php: fixed notice PHP. + 2013-04-16 Sergio Martin * include/db/mysql.php: Fix a bug with the dbresource in the diff --git a/pandora_console/godmode/groups/group_list.php b/pandora_console/godmode/groups/group_list.php index dec48ad7ae..f8e8d22a53 100644 --- a/pandora_console/godmode/groups/group_list.php +++ b/pandora_console/godmode/groups/group_list.php @@ -329,7 +329,12 @@ if (!empty($groups)) { $symbol = '+'; } - if ($group['hash_branch']) { + $group_hash_branch = false; + if (isset($group['hash_branch'])) { + $group_hash_branch = $group['hash_branch']; + } + + if ($group_hash_branch) { $data[0] = ''.$tabulation . ' ' . '