Ignore:
Timestamp:
2010/12/31 10:46:42 (13 years ago)
Author:
Seasoft
Message:

#834(パラメータの定数名に「URL」を含むにもかかわらず、パスのみのものがある) 一部改修

File:
1 edited

Legend:

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

    r19729 r19802  
    251251     */ 
    252252    function log($msg, $data = null, $suffix = '') { 
    253         $path = DATA_PATH . 'logs/' . $this->getCode() . "$suffix.log"; 
     253        $path = DATA_FILE_PATH . 'logs/' . $this->getCode() . "$suffix.log"; 
    254254        GC_Utils::gfPrintLog($msg, $path); 
    255255 
Note: See TracChangeset for help on using the changeset viewer.