[Svn-src-all:2799] [version-2_12-dev 21698] #1692 フックポイント名の変更に伴う修正

h_yoshimoto admin @ mail.ec-cube.net
2012年 3月 30日 (金) 16:22:10 JST


Subversion committed to /home/svn/open 21698
http://svn.ec-cube.net/open_trac/changeset/21698
┌────────────────────────────┐
│更新者 :  h_yoshimoto                                  │
│更新日時:  2012-03-30 16:22:10 +0900 (金, 30  3月 2012)│
└────────────────────────────┘

Log:
--------------------------------------------------------
#1692 フックポイント名の変更に伴う修正

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

変更: branches/version-2_12-dev/data/class/pages/unsupported/LC_Page_Unsupported.php
===================================================================
--- branches/version-2_12-dev/data/class/pages/unsupported/LC_Page_Unsupported.php	2012-03-30 06:47:19 UTC (rev 21697)
+++ branches/version-2_12-dev/data/class/pages/unsupported/LC_Page_Unsupported.php	2012-03-30 07:22:10 UTC (rev 21698)
@@ -57,7 +57,15 @@
         $this->sendResponse();
     }
 
-    function action() {}
+    function action() {
+        // フックポイント.
+        $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg);
+        $objPlugin->doAction('LC_Page_Unsupported_action_before', array($this));
+        
+        // フックポイント.
+        $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg);
+        $objPlugin->doAction('LC_Page_Unsupported_action_after', array($this));
+    }
 
     /**
      * デストラクタ.




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