Changeset 21559 for branches/version-2_12-dev/data
- Timestamp:
- 2012/02/28 11:52:55 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/pages/LC_Page.php
r21555 r21559 99 99 // プラグインを実行するかを判定します. 100 100 // プラグイン管理ではプラグインが実行されません 101 if ($_SERVER['PHP_SELF'] !== ROOT_URLPATH . ADMIN_DIR . 'system/plugin.php') {101 if ($_SERVER['PHP_SELF'] === ROOT_URLPATH . ADMIN_DIR . 'system/plugin.php') { 102 102 $this->plugin_activate_flg = false; 103 103 } … … 132 132 $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 133 133 $objPlugin->setHeadNaviBlocs($this->arrPageLayout['HeadNavi']); 134 134 135 135 // スーパーフックポイントを実行. 136 136 $objPlugin->doAction('lc_page_process', array($this));
Note: See TracChangeset
for help on using the changeset viewer.
