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_MobileView.php

    r21420 r21765  
    2323 
    2424class SC_MobileView extends SC_SiteView_Ex { 
    25     function SC_MobileView($setPrevURL = true) { 
    26         parent::SC_SiteView($setPrevURL); 
     25    function __construct($setPrevURL = true) { 
     26        parent::__construct($setPrevURL); 
     27    } 
     28 
     29    function init() { 
     30        parent::init(); 
     31 
    2732        $this->_smarty->template_dir = MOBILE_TEMPLATE_REALDIR; 
    2833        $this->_smarty->compile_dir = MOBILE_COMPILE_REALDIR; 
Note: See TracChangeset for help on using the changeset viewer.