[Svn-src-all:1482] [version-2_5-dev 20374] refs #1050

shutta admin @ mail.ec-cube.net
2011年 2月 24日 (木) 14:05:16 JST


Subversion committed to /home/svn/open 20374
http://svn.ec-cube.net/open_trac/changeset/20374
┌────────────────────────────┐
│更新者 :  shutta                                       │
│更新日時:  2011-02-24 14:05:16 +0900 (木, 24  2月 2011)│
└────────────────────────────┘

Log:
--------------------------------------------------------
refs #1050
新規入力ポップアップウィンドウを呼び出した際のエラー表示を解消。


Changed:                      [U:修正,A:追加,D:削除]
--------------------------------------------------------
U   branches/version-2_5-dev/data/class/pages/admin/basis/LC_Page_Admin_Basis_Payment_Input.php

変更: branches/version-2_5-dev/data/class/pages/admin/basis/LC_Page_Admin_Basis_Payment_Input.php
===================================================================
--- branches/version-2_5-dev/data/class/pages/admin/basis/LC_Page_Admin_Basis_Payment_Input.php	2011-02-24 04:56:31 UTC (rev 20373)
+++ branches/version-2_5-dev/data/class/pages/admin/basis/LC_Page_Admin_Basis_Payment_Input.php	2011-02-24 05:05:16 UTC (rev 20374)
@@ -69,11 +69,11 @@
      */
     function action() {
         $objDb = new SC_Helper_DB_Ex();
+        $objFormParam = new SC_FormParam();
 
         $mode = $this->getMode();
 
         if (!empty($_POST) || !empty($_GET)) {
-            $objFormParam = new SC_FormParam();
             $this->lfInitParam($mode, $objFormParam);
 
             $param = (empty($_POST))? $_GET : $_POST;




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