From 2a57dd72b93937e09d61ca890cf8cfca6287a649 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 24 Feb 2017 13:06:11 +0200 Subject: [PATCH] ga fix --- 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 7bf2efe..0226d77 100644 --- a/app/library/App/Controllers/GaController.php +++ b/app/library/App/Controllers/GaController.php @@ -53,7 +53,7 @@ class GaController extends CrudResourceController { $project = Project::findFirst(['ga_view_id' => $view_id]); $result = $this->sendGaRequest($project->name , $view_id, $get_metrics, $get_dimensions, $get_start_date, $get_end_date, $chart); } - return '123'; + return $result; } -- libgit2 0.21.4