Ignore:
Timestamp:
2006/08/30 09:59:39 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/class/SC_View.php

    r2808 r2809  
    140140class SC_InstallView extends SC_View{ 
    141141    function SC_InstallView($template_dir, $compile_dir = COMPILE_DIR) { 
    142         parent::SC_View(); 
     142        parent::SC_View(false); 
    143143        $this->_smarty->template_dir = $template_dir; 
    144144        $this->_smarty->compile_dir = $compile_dir; 
Note: See TracChangeset for help on using the changeset viewer.