Skip to content

Commit

Permalink
[prep-release-3.2.4] Correctly specify dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
marc1706 committed Nov 11, 2018
1 parent 335b23c commit 023ec01
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion phpBB/phpbb/db/migration/data/v32x/v322rc1.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public function effectively_installed()
static public function depends_on()
{
return array(
'\phpbb\db\migration\data\v320\v321',
'\phpbb\db\migration\data\v32x\v321',
'\phpbb\db\migration\data\v32x\fix_user_styles',
'\phpbb\db\migration\data\v32x\update_prosilver_bitfield',
'\phpbb\db\migration\data\v32x\email_force_sender',
Expand Down
2 changes: 1 addition & 1 deletion phpBB/phpbb/db/migration/data/v32x/v323rc1.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public function effectively_installed()
static public function depends_on()
{
return array(
'\phpbb\db\migration\data\v320\v322',
'\phpbb\db\migration\data\v32x\v322',
'\phpbb\db\migration\data\v32x\enable_accurate_pm_button',
);
}
Expand Down
2 changes: 1 addition & 1 deletion phpBB/phpbb/db/migration/data/v32x/v324rc1.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public function effectively_installed()
static public function depends_on()
{
return array(
'\phpbb\db\migration\data\v320\v323',
'\phpbb\db\migration\data\v32x\v323',
'\phpbb\db\migration\data\v32x\forum_topics_per_page_type',
);
}
Expand Down

0 comments on commit 023ec01

Please sign in to comment.