aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2013-09-25 10:01:44 +0200
committerJoas Schilling <nickvergessen@gmx.de>2013-09-25 10:01:44 +0200
commited55626165ad402507864ab21bb2ee64a0d70cbd (patch)
treea0eb9bfedf708dccf7151341a659d2b10f96349f /phpBB
parent1f9f96926f9231efb39952d86e6f6ad8c7e71fb5 (diff)
downloadforums-ed55626165ad402507864ab21bb2ee64a0d70cbd.tar
forums-ed55626165ad402507864ab21bb2ee64a0d70cbd.tar.gz
forums-ed55626165ad402507864ab21bb2ee64a0d70cbd.tar.bz2
forums-ed55626165ad402507864ab21bb2ee64a0d70cbd.tar.xz
forums-ed55626165ad402507864ab21bb2ee64a0d70cbd.zip
[ticket/11700] Fix unresolvable condition in migration
PHPBB3-11700
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/phpbb/db/migration/data/v310/style_update_p2.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/db/migration/data/v310/style_update_p2.php b/phpBB/phpbb/db/migration/data/v310/style_update_p2.php
index 6c3b0de2a1..202a8409fb 100644
--- a/phpBB/phpbb/db/migration/data/v310/style_update_p2.php
+++ b/phpBB/phpbb/db/migration/data/v310/style_update_p2.php
@@ -18,7 +18,7 @@ class style_update_p2 extends \phpbb\db\migration\migration
static public function depends_on()
{
- return array('\phpbb\db\migration\data0\style_update_p1');
+ return array('\phpbb\db\migration\data\v310\style_update_p1');
}
public function update_schema()