Ignore:
Timestamp:
2012/04/09 21:19:35 (12 years ago)
Author:
Yammy
Message:

LC_Page_Admin_Basis のフックポイントの間違い修正

refs #1740

File:
1 edited

Legend:

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

    r21719 r21723  
    132132            $this->arrForm['regular_holiday_ids'] = $regular_holiday_ids; 
    133133            $this->tpl_onload = "fnCheckLimit('downloadable_days', 'downloadable_days_unlimited', '" . DISABLED_RGB . "');"; 
    134  
    135             // フックポイント. 
    136             $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
    137             $objPlugin->doAction('LC_Page_Admin_Basis_action_after', array($this)); 
    138         } 
     134        } 
     135        // フックポイント. 
     136        $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
     137        $objPlugin->doAction('LC_Page_Admin_Basis_action_after', array($this)); 
    139138    } 
    140139 
Note: See TracChangeset for help on using the changeset viewer.