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