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/customer/LC_Page_Admin_Customer_Edit.php

    r21686 r21689  
    8787    function action() { 
    8888        // フックポイント. 
    89         $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance(); 
     89        $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
    9090        $objPlugin->doAction('lc_page_admin_customer_edit_action_start', array($this)); 
    9191 
     
    194194        } 
    195195        // フックポイント. 
    196         $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance(); 
     196        $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
    197197        $objPlugin->doAction('lc_page_admin_customer_edit_action_end', array($this)); 
    198198    } 
Note: See TracChangeset for help on using the changeset viewer.