From 43b8c93c2ff3c770393e49cf706eb8abf0bc9c02 Mon Sep 17 00:00:00 2001 From: yarik Date: Wed, 12 Oct 2016 17:22:23 +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 45ed950..437ff6d 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, 10); + return $model->goProducts($from, 5); } } -- libgit2 0.21.4