Ignore:
Timestamp:
2012/03/04 04:20:00 (14 years ago)
Author:
Seasoft
Message:

#1633 (エラーハンドリングの改善)
#1676 (ログファイルを分離する)
#1677 (デバッグログの出力設定と画面へのエラー出力設定とを分離する)
#1678 (SQL の実行ログを提供する)
#1613 (typo修正・ソース整形・ソースコメントの改善)

File:
1 edited

Legend:

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

    r21563 r21582  
    4747 
    4848        if (!defined('CONFIG_REALFILE') || !file_exists(CONFIG_REALFILE)) return; // インストール前 
    49         if (SC_Utils_Ex::sfIsInstallFunction()) return; // インストール中 
     49        if (GC_Utils_Ex::isInstallFunction()) return; // インストール中 
    5050        if ($plugin_activate_flg === false) return; 
    5151        // 有効なプラグインを取得 
Note: See TracChangeset for help on using the changeset viewer.