mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Merge pull request #4871 from javiexin/ticket/15274
[ticket/15274] Allow "custom" migrations to use parameters * github.com:phpbb/phpbb: [ticket/15274] Allow "custom" migrations to use parameters [ticket/15274] Allow "custom" migrations to use parameters
This commit is contained in:
@@ -781,7 +781,7 @@ class migrator
|
||||
{
|
||||
return array(
|
||||
$parameters[0],
|
||||
array($last_result),
|
||||
isset($parameters[1]) ? array_merge($parameters[1], array($last_result)) : array($last_result),
|
||||
);
|
||||
}
|
||||
break;
|
||||
|
Reference in New Issue
Block a user