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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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