Changeset 22731


Ignore:
Timestamp:
2013/03/13 16:17:58 (11 years ago)
Author:
m_uehara
Message:

#2190 ・定数の存在チェックを変更
・プラグイン情報取得処理の変更

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-multilang/data/class/helper/SC_Helper_Locale.php

    r22272 r22731  
    154154 
    155155        // Get a list of enabled plugins. 
    156         if (defined(PLUGIN_UPLOAD_REALDIR)) { 
    157             $arrPluginDataList = SC_Plugin_Util_Ex::getEnablePlugin(); 
     156        if (defined('ECCUBE_INSTALL')) { 
     157            $arrPluginDataList = SC_Plugin_Util_Ex::getAllPlugin(); 
    158158            // Get the plugins directory. 
    159159            $arrPluginDirectory = SC_Plugin_Util_Ex::getPluginDirectory(); 
Note: See TracChangeset for help on using the changeset viewer.