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