mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Merge branch '3.1.x'
* 3.1.x: [ticket/13670] Modify variable-variable syntax in common avatar test for PHP7
This commit is contained in:
commit
70990bc86f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue