Commit c04bfb945766c8435c86c1044a1d0383b26449b9

Authored by Alex Savenko
1 parent f842989c

ga output

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/library/App/Controllers/GaController.php
... ... @@ -85,7 +85,7 @@ class GaController extends CrudResourceController {
85 85  
86 86 $result = [];
87 87  
88   - foreach ($obj as $item) {
  88 + foreach ($response as $item) {
89 89  
90 90 $metric_val = $item['metrics'][0]['values'];
91 91 $dimension_val = $item['dimensions'][0];
... ...