Commit 22b8a4e12a4f258f8996775b997a4e79544ff310

Authored by Alex Savenko
1 parent 26b0f70c

ga output

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