mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Clear the $array variable before its used again
This commit is contained in:
@@ -229,6 +229,7 @@ if (!class_exists('switch_settings')) {
|
|||||||
}
|
}
|
||||||
$x++;
|
$x++;
|
||||||
}
|
}
|
||||||
|
unset($array);
|
||||||
|
|
||||||
//add the missing default settings
|
//add the missing default settings
|
||||||
if (count($missing) > 0) {
|
if (count($missing) > 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user