mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
unset the parameters array (#7331)
This commit is contained in:
@@ -198,7 +198,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
unset($sql, $rows, $row);
|
unset($sql, $rows, $row, $parameters);
|
||||||
|
|
||||||
//get the list of categories
|
//get the list of categories
|
||||||
if (!empty($default_setting_categories)) {
|
if (!empty($default_setting_categories)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user