Commit add2d13e94e140bc4433797346442a1fc12f2eb2
1 parent
1fb0e182
ga
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
backend/views/report/index.php
@@ -42,8 +42,7 @@ $this->params['breadcrumbs'][] = $this->title; | @@ -42,8 +42,7 @@ $this->params['breadcrumbs'][] = $this->title; | ||
42 | 42 | ||
43 | <?= Html::encode($model->date) ?> | 43 | <?= Html::encode($model->date) ?> |
44 | <?php | 44 | <?php |
45 | - echo $range; | ||
46 | - echo '"'.$model->date.'"'; | 45 | + var_dump($model); |
47 | 46 | ||
48 | // Загрузка клиентской библиотеки PHP для Google API. | 47 | // Загрузка клиентской библиотеки PHP для Google API. |
49 | 48 |