Commit 584f7b1cfff55de327b01125f5af6fb68a7c10a7
1 parent
a7c416d0
ga output
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/library/App/Controllers/GaController.php
@@ -76,7 +76,7 @@ class GaController extends CrudResourceController { | @@ -76,7 +76,7 @@ class GaController extends CrudResourceController { | ||
76 | } | 76 | } |
77 | 77 | ||
78 | //Create the Dimensions object. | 78 | //Create the Dimensions object. |
79 | - if (!empty($get_dimensions) && !$chart) { | 79 | + if (!empty($get_dimensions)) { |
80 | $dimensions = []; | 80 | $dimensions = []; |
81 | $get_dimensions = explode(',', $get_dimensions); | 81 | $get_dimensions = explode(',', $get_dimensions); |
82 | foreach ($get_dimensions as $dimension) { | 82 | foreach ($get_dimensions as $dimension) { |