Ignore:
Timestamp:
2011/03/04 19:51:32 (13 years ago)
Author:
shutta
Message:

拡張クラス(/class_extends/)が存在するのに基底クラス(/class/)のメソッドを呼び出している部分を拡張クラスに書き換え。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/module/SC_Module.php

    r19805 r20484  
    252252    function log($msg, $data = null, $suffix = '') { 
    253253        $path = DATA_REALDIR . 'logs/' . $this->getCode() . "$suffix.log"; 
    254         GC_Utils::gfPrintLog($msg, $path); 
     254        GC_Utils_Ex::gfPrintLog($msg, $path); 
    255255 
    256256        if (!is_null($data)) { 
    257             GC_Utils::gfPrintLog(print_r($data, true), $path); 
     257            GC_Utils_Ex::gfPrintLog(print_r($data, true), $path); 
    258258        } 
    259259    } 
Note: See TracChangeset for help on using the changeset viewer.