aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_user.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/functions_user.php')
-rw-r--r--phpBB/includes/functions_user.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_user.php b/phpBB/includes/functions_user.php
index 354e79a672..97af7ada04 100644
--- a/phpBB/includes/functions_user.php
+++ b/phpBB/includes/functions_user.php
@@ -1329,7 +1329,7 @@ function validate_data($data, $val_ary)
if (is_array($function))
{
- $result = call_user_func_array($function[0], 'validate_' . $function[1], $validate);
+ $result = call_user_func_array(array($function[0], 'validate_' . $function[1]), $validate);
}
else
{