mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Merge branch 'develop-ascraeus' into develop
This commit is contained in:
commit
8049b5fd97
1 changed files with 1 additions and 1 deletions
|
@ -2014,7 +2014,7 @@ class install_convert extends module
|
|||
{
|
||||
$value = $fields[1][$firstkey];
|
||||
}
|
||||
else if (is_array($fields[2]))
|
||||
else if (is_array($fields[2]) && !is_callable($fields[2]))
|
||||
{
|
||||
// Execute complex function/eval/typecast
|
||||
$value = $fields[1];
|
||||
|
|
Loading…
Add table
Reference in a new issue