Changeset 21295
- Timestamp:
- 2011/10/21 16:18:21 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_11-dev/data/class/pages/shopping/LC_Page_Shopping.php
r21291 r21295 139 139 $objSiteSess))); 140 140 exit; 141 } else {142 SC_Response_Ex::sendRedirect(143 $this->getNextLocation($this->cartKey, $this->tpl_uniqid,144 $objCustomer, $objPurchase,145 $objSiteSess));146 141 } 142 143 SC_Response_Ex::sendRedirect( 144 $this->getNextLocation($this->cartKey, $this->tpl_uniqid, 145 $objCustomer, $objPurchase, 146 $objSiteSess)); 147 147 exit; 148 148 }
Note: See TracChangeset
for help on using the changeset viewer.