Ignore:
Timestamp:
2011/05/17 17:51:25 (13 years ago)
Author:
no61
Message:

LC_Page_Admin_Basis_PaymentInputにpayment_idが渡っていないのを修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_11-dev/data/class/pages/admin/basis/LC_Page_Admin_Basis_PaymentInput.php

    r20929 r20931  
    8787            $objFormParam->setParam($_REQUEST); 
    8888            $objFormParam->convParam(); 
    89             $this->arrErr = $this->lfCheckError($objFormParam); 
    90             $post = $objFormParam->getHashArray(); 
     89            $post = $objFormParam->getHashArray(); 
     90            $this->arrErr = $this->lfCheckError($post, $objFormParam); 
    9191            $this->charge_flg = $post["charge_flg"]; 
    9292            if(count($this->arrErr) == 0) { 
     
    247247 
    248248    /* 入力内容のチェック */ 
    249     function lfCheckError($objFormParam) { 
     249    function lfCheckError($post, $objFormParam) { 
    250250 
    251251        // DBのデータを取得 
Note: See TracChangeset for help on using the changeset viewer.