Ignore:
Timestamp:
2011/01/14 12:25:24 (13 years ago)
Author:
eccuore
Message:

#792(ダウンロード販売機能) 現在エラーが発生するため、暫定的に修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_DownLoad.php

    r19805 r19911  
    5252     */ 
    5353    function process() { 
    54         parent::process(); 
    55         $this->action(); 
    56         $this->sendResponse(); 
    57     } 
    58  
    59     /** 
    60      * Page のAction. 
    61      * 
    62      * @return void 
    63      */ 
    64     function action() { 
    65         ob_end_clean(); 
     54        ob_end_clean(); 
    6655 
    6756        $customer_id = $_SESSION['customer']['customer_id']; 
     
    8473            SC_Utils_Ex::sfDispSiteError(CUSTOMER_ERROR); 
    8574        } 
    86     } 
    8775 
    88     /** 
    89      * Page のResponse. 
    90      * @return void 
    91      */ 
    92     function  sendResponse() { 
    93         $this->objDisp->noAction(); 
    9476        //DBから商品情報の読込 
    9577        $arrForm = $this->lfGetRealFileName($customer_id, $order_id, $product_id, $product_class_id); 
Note: See TracChangeset for help on using the changeset viewer.