Commit ed62452c2e85cb1b8f7d81d8b2e8a0eb6466bf4a

Authored by Alex Savenko
1 parent 22b8a4e1

ga output

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/library/App/Controllers/GaController.php
... ... @@ -89,7 +89,7 @@ class GaController extends CrudResourceController {
89 89 $result[$key['dimensions']][0] = '1';
90 90 }
91 91  
92   - return $result;
  92 + return var_dump($result);
93 93  
94 94 }
95 95  
... ...