From 584f7b1cfff55de327b01125f5af6fb68a7c10a7 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 20 Feb 2017 19:33:12 +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 ad35ec1..791a2b6 100644 --- a/app/library/App/Controllers/GaController.php +++ b/app/library/App/Controllers/GaController.php @@ -76,7 +76,7 @@ class GaController extends CrudResourceController { } //Create the Dimensions object. - if (!empty($get_dimensions) && !$chart) { + if (!empty($get_dimensions)) { $dimensions = []; $get_dimensions = explode(',', $get_dimensions); foreach ($get_dimensions as $dimension) { -- libgit2 0.21.4