From ff25157ef3e6355e490ba3ca1eef9a8852d9d16b Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 10 Feb 2017 16:24:15 +0200 Subject: [PATCH] ga response --- app/library/App/Controllers/GaController.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/library/App/Controllers/GaController.php b/app/library/App/Controllers/GaController.php index 39e5119..d8070c0 100644 --- a/app/library/App/Controllers/GaController.php +++ b/app/library/App/Controllers/GaController.php @@ -61,11 +61,10 @@ class GaController extends CrudResourceController { } return $response->toSimpleObject(); - return $this->printResults($response); } - function printResults($reports) { + public function printResults($reports) { $res = ''; for ( $reportIndex = 0; $reportIndex < count( $reports ); $reportIndex++ ) { $report = $reports[ $reportIndex ]; -- libgit2 0.21.4