mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Clear the group_array between iterations
This commit is contained in:
@@ -123,7 +123,7 @@
|
||||
$parameters['menu_item_uuid'] = $menu_item_uuid;
|
||||
$database = new database;
|
||||
$sub_result = $database->select($sql, $parameters, 'all');
|
||||
unset($sql, $parameters, $group_list);
|
||||
unset($sql, $parameters, $group_array);
|
||||
|
||||
$group_list = '';
|
||||
if (!empty($sub_result) && sizeof($sub_result) != 0) {
|
||||
|
||||
Reference in New Issue
Block a user