Clear the $array variable before its used again

This commit is contained in:
FusionPBX
2023-10-11 16:57:50 -06:00
committed by GitHub
parent d02ab9de91
commit 76404a03da

View File

@@ -229,6 +229,7 @@ if (!class_exists('switch_settings')) {
}
$x++;
}
unset($array);
//add the missing default settings
if (count($missing) > 0) {