Changeset 20137 for branches/version-2_5-dev/data
- Timestamp:
- 2011/02/11 18:09:38 (15 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/class/pages/shopping/LC_Page_Shopping.php
r20122 r20137 91 91 if ($objCustomer->isLoginSuccess(true)) { 92 92 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)); 95 96 exit; 96 97 } … … 135 136 SC_Response_Ex::sendRedirect( 136 137 $this->getNextLocation($this->cartKey, $this->tpl_uniqid, 137 $objCustomer, $objPurchase)); 138 $objCustomer, $objPurchase, 139 $objSiteSess)); 138 140 exit; 139 141 } … … 310 312 * @param SC_Customer $objCustomer SC_Customer インスタンス 311 313 * @param SC_Helper_Purchase $objPurchase SC_Helper_Purchase インスタンス 314 * @param SC_SiteSession $objSiteSess SC_SiteSession インスタンス 312 315 * @return string 遷移先のパス 313 316 */ 314 function getNextLocation($product_type_id, $uniqid, &$objCustomer, &$objPurchase ) {317 function getNextLocation($product_type_id, $uniqid, &$objCustomer, &$objPurchase, &$objSiteSess) { 315 318 switch ($product_type_id) { 316 319 case PRODUCT_TYPE_DOWNLOAD:
Note: See TracChangeset
for help on using the changeset viewer.
