From 340800faf7961d10c2c5a6a642c219c6e112fa75 Mon Sep 17 00:00:00 2001 From: yarik Date: Wed, 12 Oct 2016 17:18:49 +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 39dbef5..45ed950 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, 1); + return $model->goProducts($from, 10); } } -- libgit2 0.21.4