Alex Savenko
/
analytics
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
ed62452c2e85cb1b8f7d81d8b2e8a0eb6466bf4a
Authored by
Alex Savenko
2017-02-17 20:30:49 +0200
1 parent
22b8a4e1
ga output
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/library/App/Controllers/GaController.php
Inline
Side-by-side
app/library/App/Controllers/GaController.php
Wrap text
Show/Hide comments
View file @
ed62452
...
...
@@ -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
...
...