Index: /temp/trunk/html/install/index.php
===================================================================
--- /temp/trunk/html/install/index.php	(revision 2224)
+++ /temp/trunk/html/install/index.php	(revision 2244)
@@ -149,5 +149,6 @@
 $objPage->arrForm = array_merge($objPage->arrForm, $objDBParam->getFormParamList());
 
-$objView->assignobj($objPage);
+// SiteInfo¤òÆÉ¤ß¹þ¤Þ¤Ê¤¤
+$objView->assignobj($objPage, false);
 $objView->display('install_frame.tpl');
 //-----------------------------------------------------------------------------------------------------------------------------------
Index: /temp/trunk/data/class/SC_View.php
===================================================================
--- /temp/trunk/data/class/SC_View.php	(revision 2242)
+++ /temp/trunk/data/class/SC_View.php	(revision 2244)
@@ -77,5 +77,6 @@
 			
 			foreach ($arrInfo as $key => $value){
-			$this->_smarty->assign($key, $value);
+				$this->_smarty->assign($key, $value);
+			}
 		}		
   	}
