Add a space after the foreach

This commit is contained in:
FusionPBX
2025-11-13 08:27:53 -07:00
committed by GitHub
parent 3af026a7c7
commit f3bbe8770e
3 changed files with 3 additions and 3 deletions

View File

@@ -712,7 +712,7 @@
//if there are no groups listed in v_menu_item_groups under menu_item_uuid then add the default groups
if (is_array($apps)) {
$x = 0;
foreach($apps as $app) {
foreach ($apps as $app) {
if (is_array($apps)) {
foreach ($app['menu'] as $sub_row) {
if (isset($sub_row['groups'])) {