From 7d10d8125f92323f2de4908416732c7a08dbba85 Mon Sep 17 00:00:00 2001 From: yarik Date: Wed, 12 Oct 2016 17:38: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 437ff6d..39dbef5 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, 1); } } -- libgit2 0.21.4