Commit 7d10d8125f92323f2de4908416732c7a08dbba85

Authored by Yarik
1 parent 8c4b7f44

Import browser beta v0.1

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
common/modules/product/controllers/ManageController.php
... ... @@ -363,7 +363,7 @@
363 363  
364 364 if(Yii::$app->request->isAjax) {
365 365 Yii::$app->response->format = \yii\web\Response::FORMAT_JSON;
366   - return $model->goProducts($from, 5);
  366 + return $model->goProducts($from, 1);
367 367 }
368 368 }
369 369  
... ...