Changeset 21597


Ignore:
Timestamp:
2012/03/07 11:06:47 (14 years ago)
Author:
h_yoshimoto
Message:

#1603 テンプレートの変形機能による修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/SC_View.php

    r21589 r21597  
    129129        // フックポイントを実行. 
    130130        $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)); 
    132132        return $source; 
    133133    } 
     
    142142        // フックポイントを実行. 
    143143        $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)); 
    145145        return $source; 
    146146    } 
Note: See TracChangeset for help on using the changeset viewer.