Clear the $array variable before its used again
This commit is contained in:
parent
d02ab9de91
commit
76404a03da
|
|
@ -229,6 +229,7 @@ if (!class_exists('switch_settings')) {
|
|||
}
|
||||
$x++;
|
||||
}
|
||||
unset($array);
|
||||
|
||||
//add the missing default settings
|
||||
if (count($missing) > 0) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue