1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-30 19:49:54 +02:00

[prep-release-3.2.4] Correctly specify dependencies

This commit is contained in:
Marc Alexander
2018-11-11 10:14:16 +01:00
parent 335b23c679
commit 023ec01611
3 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ class v324rc1 extends \phpbb\db\migration\migration
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',
);
}