Ignore:
Timestamp:
2012/03/27 19:23:27 (12 years ago)
Author:
h_yoshimoto
Message:

#1692 インスタンスを呼び出す処理を統一

File:
1 edited

Legend:

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

    r21591 r21689  
    6262    function action() { 
    6363        // フックポイント. 
    64         $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance(); 
     64        $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
    6565        $objPlugin->doAction('lc_page_admin_logout_action_start', array($this)); 
    6666 
     
    6868 
    6969        // フックポイント. 
    70         $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance(); 
     70        $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
    7171        $objPlugin->doAction('lc_page_admin_logout_action_end', array($this)); 
    7272        // ログイン画面に遷移 
Note: See TracChangeset for help on using the changeset viewer.