Ignore:
Timestamp:
2012/04/05 20:00:29 (14 years ago)
Author:
h_yoshimoto
Message:

#1737 アップデート処理を修正。全ての画面でプラグインが実行される仕様に変更。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/pages/admin/LC_Page_Admin.php

    r21704 r21712  
    6565        $this->objDisplay = new SC_Display_Ex(); 
    6666 
    67         // プラグインを実行するかを判定します. 
    68         // プラグイン管理ではプラグインが実行されません 
    69         if ($_SERVER['SCRIPT_NAME'] === ROOT_URLPATH . ADMIN_DIR . 'system/plugin.php') { 
    70             $this->plugin_activate_flg = false; 
    71         } 
    72  
    7367        // スーパーフックポイントを実行. 
    7468        $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
Note: See TracChangeset for help on using the changeset viewer.