Ignore:
Timestamp:
2013/08/26 15:52:37 (11 years ago)
Author:
m_uehara
Message:

#2348 r23116 - r23125 をマージ

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13_0/data/class/SC_MobileView.php

    r22856 r23126  
    2424class SC_MobileView extends SC_SiteView_Ex 
    2525{ 
    26     function __construct($setPrevURL = true) 
     26    public function __construct($setPrevURL = true) 
    2727    { 
    2828        parent::__construct($setPrevURL); 
    2929    } 
    3030 
    31     function init() 
     31    public function init() 
    3232    { 
    3333        parent::init(); 
Note: See TracChangeset for help on using the changeset viewer.