...
|
...
|
@@ -493,7 +493,7 @@ class IndexController extends AbstractAction |
|
|
$shopId = $this->get('shop_id', 0);
|
|
|
$uid = $this->getUid();
|
|
|
do {
|
|
|
if (!IS_AJAX) {
|
|
|
if (!$this->isAjax()) {
|
|
|
break;
|
|
|
}
|
|
|
if (!empty($shopId) && !empty($uid)) {
|
...
|
...
|
@@ -514,7 +514,7 @@ class IndexController extends AbstractAction |
|
|
$shopId = $this->get('shop_id', 0);
|
|
|
$uid = $this->getUid();
|
|
|
do {
|
|
|
if (!IS_AJAX) {
|
|
|
if (!$this->isAjax()) {
|
|
|
break;
|
|
|
}
|
|
|
if (!empty($shopId) && !empty($uid)) {
|
...
|
...
|
|