- Timestamp:
- 2012/03/04 04:20:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/helper/SC_Helper_Plugin.php
r21563 r21582 47 47 48 48 if (!defined('CONFIG_REALFILE') || !file_exists(CONFIG_REALFILE)) return; // インストール前 49 if ( SC_Utils_Ex::sfIsInstallFunction()) return; // インストール中49 if (GC_Utils_Ex::isInstallFunction()) return; // インストール中 50 50 if ($plugin_activate_flg === false) return; 51 51 // 有効なプラグインを取得
Note: See TracChangeset
for help on using the changeset viewer.
