From ebcb716b6d9e339b06cc77ae638f03d73a093ba2 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 17 Feb 2017 21:05:19 +0200 Subject: [PATCH] ga output --- 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 7fb240e..cd73bf7 100644 --- a/app/library/App/Controllers/GaController.php +++ b/app/library/App/Controllers/GaController.php @@ -78,7 +78,7 @@ class GaController extends CrudResourceController { $response = $analytics->reports->batchGet($body); - $response = $response->modelData; + $response = $response->getModelData; $obj = $response->toSimpleObject(); $obj = $obj->reports[0]['data']['rows']; -- libgit2 0.21.4