Changeset 2809 for temp/trunk/data/class/SC_View.php
- Timestamp:
- 2006/08/30 09:59:39 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/data/class/SC_View.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/class/SC_View.php
r2808 r2809 140 140 class SC_InstallView extends SC_View{ 141 141 function SC_InstallView($template_dir, $compile_dir = COMPILE_DIR) { 142 parent::SC_View( );142 parent::SC_View(false); 143 143 $this->_smarty->template_dir = $template_dir; 144 144 $this->_smarty->compile_dir = $compile_dir;
Note: See TracChangeset
for help on using the changeset viewer.
