[Svn-src-all:2698] [version-2_12-dev 21597] #1603 テンプレートの変形機能による修正

h_yoshimoto admin @ mail.ec-cube.net
2012年 3月 7日 (水) 11:06:48 JST


Subversion committed to /home/svn/open 21597
http://svn.ec-cube.net/open_trac/changeset/21597
┌────────────────────────────┐
│更新者 :  h_yoshimoto                                  │
│更新日時:  2012-03-07 11:06:47 +0900 (水, 07  3月 2012)│
└────────────────────────────┘

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

Changed:                      [U:修正,A:追加,D:削除]
--------------------------------------------------------
U   branches/version-2_12-dev/data/class/SC_View.php

変更: branches/version-2_12-dev/data/class/SC_View.php
===================================================================
--- branches/version-2_12-dev/data/class/SC_View.php	2012-03-06 13:37:30 UTC (rev 21596)
+++ branches/version-2_12-dev/data/class/SC_View.php	2012-03-07 02:06:47 UTC (rev 21597)
@@ -128,7 +128,7 @@
     function prefilter_transform($source, &$smarty) {
         // フックポイントを実行.
         $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->objPage->plugin_activate_flg);
-        $objPlugin->doAction('prefilterTransform', array(&$source, $this->objPage));
+        $objPlugin->doAction('prefilterTransform', array(&$source, $this->objPage, $smarty->_current_file));
         return $source;
     }
 
@@ -141,7 +141,7 @@
     function outputfilter_transform($source, &$smarty) {
         // フックポイントを実行.
         $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->objPage->plugin_activate_flg);
-        $objPlugin->doAction('outputfilterTransform', array(&$source, $this->objPage));
+        $objPlugin->doAction('outputfilterTransform', array(&$source, $this->objPage, $smarty->_current_file));
         return $source;
     }
 




Svn-src-all メーリングリストの案内