diff --git a/backend/views/report/index.php b/backend/views/report/index.php index 8d8796a..3d86496 100644 --- a/backend/views/report/index.php +++ b/backend/views/report/index.php @@ -67,8 +67,6 @@ function getReport($analytics) { $sessions->setAlias("sessions"); $sessions->setExpression("ga:country"); $sessions->setAlias("country"); - $sessions->setExpression("ga:browser"); - $sessions->setAlias("browser"); // Создание объекта ReportRequest. -- libgit2 0.21.4