1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-02 23:07:39 +02:00

[ticket/13670] Modify variable-variable syntax in common avatar test for PHP7

PHPBB3-13670
This commit is contained in:
Marc Alexander
2015-03-05 15:10:37 +01:00
parent 70f1741331
commit 33738fa3db

View File

@@ -62,7 +62,7 @@ abstract class phpbb_functional_common_avatar_test_case extends phpbb_functional
{ {
if (is_array($value)) if (is_array($value))
{ {
$form[$key]->$value[0]($value[1]); $form[$key]->{$value[0]}($value[1]);
} }
else else
{ {