From aea373dbe98423e19b8946ae95fa00116d384b20 Mon Sep 17 00:00:00 2001 From: yarik Date: Wed, 12 Oct 2016 12:08:51 +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 7a61f02..0e128f3 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