Changeset 22768


Ignore:
Timestamp:
2013/03/27 18:43:12 (11 years ago)
Author:
kim
Message:

#2190 r22731 のプラグインの言語対応によって、再インストールに失敗する不具合を修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12_3en-p2/data/class/helper/SC_Helper_Locale.php

    r22731 r22768  
    154154 
    155155        // Get a list of enabled plugins. 
    156         if (defined('ECCUBE_INSTALL')) { 
     156        if (defined('ECCUBE_INSTALL') AND !defined('INSTALL_FUNCTION')) { 
    157157            $arrPluginDataList = SC_Plugin_Util_Ex::getAllPlugin(); 
    158158            // Get the plugins directory. 
Note: See TracChangeset for help on using the changeset viewer.