diff options
Diffstat (limited to 'modules-available/statistics/pages')
-rw-r--r-- | modules-available/statistics/pages/summary.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/statistics/pages/summary.inc.php b/modules-available/statistics/pages/summary.inc.php index e9c25456..905f5d90 100644 --- a/modules-available/statistics/pages/summary.inc.php +++ b/modules-available/statistics/pages/summary.inc.php @@ -119,7 +119,7 @@ class SubPage ++$sum; } } - if (!empty($points1) && max(...$points1) > 0) { + if (!empty($points1) && max($points1) > 0) { $labels = array_reverse($labels); $points1 = array_reverse($points1); $points2 = array_reverse($points2); |