Эх сурвалжийг харах

Clear the $array variable before its used again

FusionPBX 1 жил өмнө
parent
commit
5c7a571e8f

+ 1 - 0
resources/classes/switch_settings.php

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