1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/12097] Bug fix and adding unit test

PHPBB3-12097
This commit is contained in:
Nicofuma
2014-04-26 15:46:50 +02:00
parent a29f3c878a
commit 6ba61785f8
2 changed files with 40 additions and 1 deletions

View File

@@ -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
{