Index: temp/trunk/html/admin/design/upload.php
===================================================================
--- temp/trunk/html/admin/design/upload.php	(revision 10326)
+++ temp/trunk/html/admin/design/upload.php	(revision 10331)
@@ -39,4 +39,5 @@
 switch($_POST['mode']) {
 case 'upload':
+	$objPage->arrErr = lfErrorCheck();
 	break;
 default:
@@ -44,4 +45,5 @@
 }
 // ²èÌÌ¤ÎÉ½¼¨
+$objPage->arrForm = $objFormParam->getFormParamList();
 $objView->assignobj($objPage);
 $objView->display(MAIN_FRAME);
