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
3b8efebcb2452cd1960a091ae60ba01b0b13c534
Authored by
Alex Savenko
2017-02-16 21:06:20 +0200
1 parent
d169f69a
ga response
Showing
1 changed file
with
1 additions
and
0 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 @
3b8efeb
...
...
@@ -80,6 +80,7 @@ class GaController extends CrudResourceController {
80
80
81
81
$obj = $response->toSimpleObject();
82
82
$obj = $obj->reports;
83
+ $obj = $obj->data;
83
84
84
85
return $obj;
85
86
...
...