Commit 48b57524600f4b5f2b567e71d38f4ac4df261c1f

Authored by Alex Savenko
1 parent 43407791

ga

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
backend/controllers/ReportController.php
@@ -16,7 +16,7 @@ class ReportController extends Controller @@ -16,7 +16,7 @@ class ReportController extends Controller
16 public function actionIndex() { 16 public function actionIndex() {
17 17
18 $model = new DateRange(); 18 $model = new DateRange();
19 - $dateRange = \Yii::$app->request->post('dateRange'); 19 + $dateRange = \Yii::$app->request->post('date');
20 20
21 return $this->render('index', [ 21 return $this->render('index', [
22 'range' => $dateRange, 22 'range' => $dateRange,