From 24019e97cae75c1bcdc6a6d1ff878717c3c87323 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 17 Feb 2017 22:08:36 +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 da46f51..4d00e79 100644 --- a/app/library/App/Controllers/GaController.php +++ b/app/library/App/Controllers/GaController.php @@ -28,7 +28,7 @@ class GaController extends CrudResourceController { public function getAction() { $user_id = $this->request->get('user_id'); - $view_id = $this->request->get('view_id') ?? '119240817'; + $view_id_1= $this->request->get('view_id') ?? '119240817'; $get_metrics = $this->request->get('metric') ?? 'users'; $get_dimensions = $this->request->get('dimension'); $get_start_date = $this->request->get('start') ?? '30daysAgo'; -- libgit2 0.21.4