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

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

Mark Crane 10 жил өмнө
parent
commit
4ed84f17c2

+ 3 - 0
themes/enhanced/app_defaults.php

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