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 f6dd702449..6514a65256 100644
--- a/phpBB/includes/functions.php
+++ b/phpBB/includes/functions.php
@@ -1322,7 +1322,7 @@ function tracking_serialize($input)
{
if (is_array($value))
{
- $out .= $key . ':(' . tracking_serializer($value) . ');';
+ $out .= $key . ':(' . tracking_serialize($value) . ');';
}
else
{