Changeset 21765 for branches/version-2_12-dev/data/class/SC_InstallView.php
- Timestamp:
- 2012/04/18 16:32:47 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/SC_InstallView.php
r21760 r21765 23 23 24 24 class SC_InstallView extends SC_View_Ex { 25 function SC_InstallView($template_dir, $compile_dir = COMPILE_REALDIR) { 26 parent::SC_View(); 25 function __construct($template_dir, $compile_dir = COMPILE_REALDIR) { 26 parent::__construct(); 27 27 28 $this->_smarty->template_dir = $template_dir; 28 29 $this->_smarty->compile_dir = $compile_dir;
Note: See TracChangeset
for help on using the changeset viewer.
