Index: /temp/trunk/html/admin/design/index.php
===================================================================
--- /temp/trunk/html/admin/design/index.php	(revision 3583)
+++ /temp/trunk/html/admin/design/index.php	(revision 3584)
@@ -192,8 +192,11 @@
 
 global $GLOBAL_ERR;
-$arrGlobalErr = explode("\n",$GLOBAL_ERR);
-$errCnt = count($arrGlobalErr) - 8;
-if ($errCnt < 0 ) {
-	$errCnt = 0;
+$errCnt = 0;
+if ($GLOBAL_ERR != "") {
+	$arrGlobalErr = explode("\n",$GLOBAL_ERR);
+	$errCnt = count($arrGlobalErr) - 8;
+	if ($errCnt < 0 ) {
+		$errCnt = 0;
+	}
 }
 $objPage->errCnt = $errCnt;
