Commit 75f5a05227b462134ee4feb3c0c0c0ce9f3908b6

Authored by Alex Savenko
1 parent 7ff4a5bd

ga

Showing 1 changed file with 0 additions and 2 deletions   Show diff stats
backend/views/report/index.php
... ... @@ -67,8 +67,6 @@ function getReport($analytics) {
67 67 $sessions->setAlias("sessions");
68 68 $sessions->setExpression("ga:country");
69 69 $sessions->setAlias("country");
70   - $sessions->setExpression("ga:browser");
71   - $sessions->setAlias("browser");
72 70  
73 71  
74 72 // Создание объекта ReportRequest.
... ...