aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r--phpBB/includes/functions.php2
1 files changed, 1 insertions, 1 deletions
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)
{