From ead93c30df9271e5efdeab4f500d9b8b538a4599 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 17 Feb 2017 21:58:34 +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 760df3f..4f92fe7 100644 --- a/app/library/App/Controllers/GaController.php +++ b/app/library/App/Controllers/GaController.php @@ -27,7 +27,7 @@ class GaController extends CrudResourceController { public function getAction() { - $user_id = $this->request->get('user_id') ?? '1'; + $user_id = $this->request->get('user_id'); $view_id = $this->request->get('view_id') ?? '119240817'; $get_metrics = $this->request->get('metric') ?? 'users'; $get_dimensions = $this->request->get('dimension'); -- libgit2 0.21.4