mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/11926] Fix plupload migration dependency.
PHPBB3-11926
This commit is contained in:
parent
3bb93ab2d3
commit
2adbd08714
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ class plupload extends \phpbb\db\migration\migration
|
||||||
|
|
||||||
static public function depends_on()
|
static public function depends_on()
|
||||||
{
|
{
|
||||||
return array('\phpbb\db\migration\data\310\dev');
|
return array('\phpbb\db\migration\data\v310\dev');
|
||||||
}
|
}
|
||||||
|
|
||||||
public function update_data()
|
public function update_data()
|
||||||
|
|
Loading…
Add table
Reference in a new issue