From 7d22602a0299cf20ee5ffef43c8def2b291567ff Mon Sep 17 00:00:00 2001 From: yarik Date: Wed, 12 Oct 2016 12:10:55 +0300 Subject: [PATCH] Import browser beta v0.1 --- common/modules/product/controllers/ManageController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/modules/product/controllers/ManageController.php b/common/modules/product/controllers/ManageController.php index 0e128f3..bf751cb 100755 --- a/common/modules/product/controllers/ManageController.php +++ b/common/modules/product/controllers/ManageController.php @@ -363,7 +363,7 @@ if(Yii::$app->request->isAjax) { Yii::$app->response->format = \yii\web\Response::FORMAT_JSON; - return $model->goProducts($from, 5); + return $model->goProducts($from, 2); } } -- libgit2 0.21.4