diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 486be596c8..24b03fc367 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -1344,7 +1344,7 @@ function tracking_unserialize($string, $max_depth = 3) $key = ''; $mode = 0; $level = &$data; - for ($i = 0, ; $i < $n; ++$i) + for ($i = 0; $i < $n; ++$i) { switch ($mode) {