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/products/LC_Page_Admin_Products_ProductClass.php

    r21608 r21689  
    7272    function action() { 
    7373        // フックポイント. 
    74         $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance(); 
     74        $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
    7575        $objPlugin->doAction('lc_page_admin_products_productclass_action_start', array($this)); 
    7676 
     
    162162 
    163163        // フックポイント. 
    164         $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance(); 
     164        $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
    165165        $objPlugin->doAction('lc_page_admin_products_productclass_action_end', array($this)); 
    166166    } 
Note: See TracChangeset for help on using the changeset viewer.