浏览代码

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

Mark Crane 10 年之前
父节点
当前提交
4ed84f17c2
共有 1 个文件被更改,包括 3 次插入0 次删除
  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);
 }
 
 ?>