Changeset 20633


Ignore:
Timestamp:
2011/03/14 15:03:26 (13 years ago)
Author:
kotani
Message:

#854(PHP4対応)

  • 関数のアクセス権 protected を削除
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/pages/admin/design/LC_Page_Admin_Design_Header.php

    r20618 r20633  
    114114    } 
    115115 
    116     protected function lfUpdateTemplate($template, $content) { 
     116    function lfUpdateTemplate($template, $content) { 
    117117        $fp = fopen($template,'w'); 
    118118        fwrite($fp, $content); 
     
    120120    } 
    121121 
    122     protected function lfGetTemplatePath($device_type_id) { 
     122    function lfGetTemplatePath($device_type_id) { 
    123123        $objLayout = new SC_Helper_PageLayout_Ex(); 
    124124        return $objLayout->getTemplatePath($device_type_id); 
Note: See TracChangeset for help on using the changeset viewer.