Commit 7d22602a0299cf20ee5ffef43c8def2b291567ff
1 parent
aea373db
Import browser beta v0.1
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
common/modules/product/controllers/ManageController.php
@@ -363,7 +363,7 @@ | @@ -363,7 +363,7 @@ | ||
363 | 363 | ||
364 | if(Yii::$app->request->isAjax) { | 364 | if(Yii::$app->request->isAjax) { |
365 | Yii::$app->response->format = \yii\web\Response::FORMAT_JSON; | 365 | Yii::$app->response->format = \yii\web\Response::FORMAT_JSON; |
366 | - return $model->goProducts($from, 5); | 366 | + return $model->goProducts($from, 2); |
367 | } | 367 | } |
368 | } | 368 | } |
369 | 369 |