diff --git a/app/View/Users/statistics_data.ctp b/app/View/Users/statistics_data.ctp index 6dd6e40b6..7414270ba 100644 --- a/app/View/Users/statistics_data.ctp +++ b/app/View/Users/statistics_data.ctp @@ -18,7 +18,7 @@
(+' . h($stats['attribute_count_month']) . ') '; + if ($stats['attribute_count_month']) echo ' (+' . h($stats['attribute_count_month']) . ') '; else echo ' (0) ';?>