Changeset 21597
- Timestamp:
- 2012/03/07 11:06:47 (14 years ago)
- File:
-
- 1 edited
-
branches/version-2_12-dev/data/class/SC_View.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/SC_View.php
r21589 r21597 129 129 // フックポイントを実行. 130 130 $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->objPage->plugin_activate_flg); 131 $objPlugin->doAction('prefilterTransform', array(&$source, $this->objPage ));131 $objPlugin->doAction('prefilterTransform', array(&$source, $this->objPage, $smarty->_current_file)); 132 132 return $source; 133 133 } … … 142 142 // フックポイントを実行. 143 143 $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->objPage->plugin_activate_flg); 144 $objPlugin->doAction('outputfilterTransform', array(&$source, $this->objPage ));144 $objPlugin->doAction('outputfilterTransform', array(&$source, $this->objPage, $smarty->_current_file)); 145 145 return $source; 146 146 }
Note: See TracChangeset
for help on using the changeset viewer.
