Ignore:
Timestamp:
2012/02/12 10:37:19 (14 years ago)
Author:
Seasoft
Message:

#1607 (未使用定義の削除)

  • require_once に値を渡す際に評価を行う必要は無い。
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/helper/SC_Helper_Plugin.php

    r21479 r21486  
    5656            if (array_search($arrPluginData['plugin_code'], $arrPluginDirectory) !== false) { 
    5757                // プラグイン本体ファイルをrequire. 
    58                 require_once(PLUGIN_UPLOAD_REALDIR . $arrPluginData['plugin_code'] . '/' . $arrPluginData['plugin_code'] . '.php'); 
     58                require_once PLUGIN_UPLOAD_REALDIR . $arrPluginData['plugin_code'] . '/' . $arrPluginData['plugin_code'] . '.php'; 
    5959 
    6060                // プラグインのインスタンス生成. 
Note: See TracChangeset for help on using the changeset viewer.