Index: temp/trunk/data/class/SC_View.php
===================================================================
--- temp/trunk/data/class/SC_View.php	(revision 2808)
+++ temp/trunk/data/class/SC_View.php	(revision 2809)
@@ -140,5 +140,5 @@
 class SC_InstallView extends SC_View{
     function SC_InstallView($template_dir, $compile_dir = COMPILE_DIR) {
-    	parent::SC_View();
+    	parent::SC_View(false);
 		$this->_smarty->template_dir = $template_dir;
 		$this->_smarty->compile_dir = $compile_dir;
