Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Goals/templates/single_goal.tpl')
-rw-r--r--plugins/Goals/templates/single_goal.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Goals/templates/single_goal.tpl b/plugins/Goals/templates/single_goal.tpl
index 23f0bbd9cb..4ebba700ea 100644
--- a/plugins/Goals/templates/single_goal.tpl
+++ b/plugins/Goals/templates/single_goal.tpl
@@ -30,7 +30,7 @@ $(document).ready( function() {
{/literal}
{if $displayFullReport}
- {if $nb_conversions > 0 || $cart_nb_conversions > 0}
+ {if $nb_conversions > 0 || !empty($cart_nb_conversions)}
{include file="Goals/templates/table_by_dimension.tpl"}
{/if}
{/if}