mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/15696] Add support of other tools to 'if'
PHPBB3-15696
This commit is contained in:
parent
02cbb864a5
commit
1afc0673dd
1 changed files with 1 additions and 1 deletions
|
@ -760,7 +760,7 @@ class migrator
|
||||||
|
|
||||||
$condition = $parameters[0];
|
$condition = $parameters[0];
|
||||||
|
|
||||||
if (!$condition)
|
if (!$condition || (is_array($condition) && !$this->run_step($condition, $last_result, $reverse)))
|
||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue