From 4271fcdabc60fa903ac2636ad758a5aa7ce05bb4 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 16 Feb 2017 20:54:13 +0200 Subject: [PATCH] registration --- app/library/App/Controllers/GaController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/library/App/Controllers/GaController.php b/app/library/App/Controllers/GaController.php index df1aeac..b4fac6f 100644 --- a/app/library/App/Controllers/GaController.php +++ b/app/library/App/Controllers/GaController.php @@ -79,7 +79,7 @@ class GaController extends CrudResourceController { $response = $analytics->reports->batchGet($body); $obj = $response->toSimpleObject(); - $obj = $obj->reports->data->rows; + $obj = $obj->reports; return $obj; -- libgit2 0.21.4