Ignore:
Timestamp:
2011/02/11 18:09:38 (15 years ago)
Author:
nanasess
bzr:base-revision:
svn-v4:1e3b908f-19a9-db11-a64c-001125224ba8:branches/version-2_5-dev:20136
bzr:committer:
Kentaro Ohkouchi <[email protected]>
bzr:file-ids:

data/class/pages/shopping/LC_Page_Shopping.php 15223@1e3b908f-19a9-db11-a64c-001125224ba8:branches%2Ffeature-module-update%2Fdata%2Fclass%2Fpages%2Fshopping%2FLC_Page_Shopping.php
bzr:mapping-version:
v4
bzr:merge:

[email protected]
bzr:repository-uuid:
1e3b908f-19a9-db11-a64c-001125224ba8
bzr:revision-id:
[email protected]
bzr:revno:
2865
bzr:revprop:branch-nick:
branches/version-2_5-dev
bzr:root:
branches/version-2_5-dev
bzr:text-revisions:

data/class/pages/shopping/LC_Page_Shopping.php [email protected]
bzr:timestamp:
2011-02-11 18:09:34.766000032 +0900
bzr:user-agent:
bzr2.2.2+bzr-svn1.0.4
svn:original-date:
2011-02-11T09:09:34.766000Z
Message:

#984([フロント]商品購入)

  • 未定義エラー修正
File:
1 edited

Legend:

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

    r20122 r20137  
    9191        if ($objCustomer->isLoginSuccess(true)) { 
    9292            SC_Response_Ex::sendRedirect( 
    93                     $this->getNextLocation($this->cartKey, $this->tpl_uniqid, 
    94                                            $objCustomer, $objPurchase)); 
     93                    $this->getNextlocation($this->cartKey, $this->tpl_uniqid, 
     94                                           $objCustomer, $objPurchase, 
     95                                           $objSiteSess)); 
    9596            exit; 
    9697        } 
     
    135136                SC_Response_Ex::sendRedirect( 
    136137                        $this->getNextLocation($this->cartKey, $this->tpl_uniqid, 
    137                                                $objCustomer, $objPurchase)); 
     138                                               $objCustomer, $objPurchase, 
     139                                               $objSiteSess)); 
    138140                exit; 
    139141            } 
     
    310312     * @param SC_Customer $objCustomer SC_Customer インスタンス 
    311313     * @param SC_Helper_Purchase $objPurchase SC_Helper_Purchase インスタンス 
     314     * @param SC_SiteSession $objSiteSess SC_SiteSession インスタンス 
    312315     * @return string 遷移先のパス 
    313316     */ 
    314     function getNextLocation($product_type_id, $uniqid, &$objCustomer, &$objPurchase) { 
     317    function getNextLocation($product_type_id, $uniqid, &$objCustomer, &$objPurchase, &$objSiteSess) { 
    315318        switch ($product_type_id) { 
    316319        case PRODUCT_TYPE_DOWNLOAD: 
Note: See TracChangeset for help on using the changeset viewer.