Ignore:
Timestamp:
2010/12/31 14:43:16 (13 years ago)
Author:
Seasoft
Message:

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

  • 一斉置換前の現状記録のためのコミット

#628(未使用処理・定義などの削除)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/html/admin/load_module_config.php

    r18701 r19803  
    4545 
    4646    if (isset($arrRet[0]['module_code'])) { 
    47         $config_path = MODULE_PATH . $arrRet[0]['module_code'] . '/config.php'; 
     47        $config_path = MODULE_FILE_PATH . $arrRet[0]['module_code'] . '/config.php'; 
    4848 
    4949        if (file_exists($config_path)) { 
Note: See TracChangeset for help on using the changeset viewer.