Ignore:
Timestamp:
2012/04/18 16:32:47 (12 years ago)
Author:
shutta
Message:

#1296 SC_* のコンストラクタの拡張が無視される
SC_*Viewの修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/SC_AdminView.php

    r21760 r21765  
    2323 
    2424class SC_AdminView extends SC_View_Ex { 
    25     function SC_AdminView() { 
    26         parent::SC_View(); 
     25    function __construct() { 
     26        parent::__construct(); 
     27    } 
     28 
     29    function init() { 
     30        parent::init(); 
     31 
    2732        $this->_smarty->template_dir = TEMPLATE_ADMIN_REALDIR; 
    2833        $this->_smarty->compile_dir = COMPILE_ADMIN_REALDIR; 
Note: See TracChangeset for help on using the changeset viewer.