Showing
2 changed files
with
2 additions
and
2 deletions
@@ -981,7 +981,7 @@ class HomeController extends AbstractAction | @@ -981,7 +981,7 @@ class HomeController extends AbstractAction | ||
981 | array( | 981 | array( |
982 | 'order_code' => $orderCode, | 982 | 'order_code' => $orderCode, |
983 | 'refer' => $this->server('HTTP_REFERER', SITE_MAIN) | 983 | 'refer' => $this->server('HTTP_REFERER', SITE_MAIN) |
984 | - )) | 984 | + )), true, 302 |
985 | ); | 985 | ); |
986 | exit(); | 986 | exit(); |
987 | }*/ | 987 | }*/ |
@@ -54,7 +54,7 @@ class IndexController extends AbstractAction | @@ -54,7 +54,7 @@ class IndexController extends AbstractAction | ||
54 | header('Location: ' . Helpers::url('/cart/index/new', | 54 | header('Location: ' . Helpers::url('/cart/index/new', |
55 | array( | 55 | array( |
56 | 'refer' => $this->server('HTTP_REFERER', SITE_MAIN) | 56 | 'refer' => $this->server('HTTP_REFERER', SITE_MAIN) |
57 | - )) | 57 | + )), true, 302 |
58 | ); | 58 | ); |
59 | exit(); | 59 | exit(); |
60 | } | 60 | } |
-
Please register or login to post a comment