Explorar o código

Unset the generic $array variable to prevent duplicates in app -> default settings.

Mark Crane %!s(int64=10) %!d(string=hai) anos
pai
achega
4ed84f17c2
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      themes/enhanced/app_defaults.php

+ 3 - 0
themes/enhanced/app_defaults.php

@@ -263,6 +263,9 @@ if ($domains_processed == 1) {
 				//print_r($message);
 			}
 		}
+
+	//unset the array variable
+		unset($array);
 }
 
 ?>