mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53: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++;
|
||||
}
|
||||
unset($array);
|
||||
|
||||
//add the missing default settings
|
||||
if (count($missing) > 0) {
|
||||
|
||||
Reference in New Issue
Block a user