mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-18 14:31:19 +02:00
[ticket/15274] Allow "custom" migrations to use parameters
Remove references in migration tool. PHPBB3-15274
This commit is contained in:
@@ -21,7 +21,7 @@ class phpbb_dbal_migration_recall_params extends \phpbb\db\migration\migration
|
||||
function update_data()
|
||||
{
|
||||
return array(
|
||||
array('custom', array(array(&$this, 'test_call'), array(5))),
|
||||
array('custom', array(array($this, 'test_call'), array(5))),
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user