aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2014-10-27 19:04:01 -0700
committerNils Adermann <naderman@naderman.de>2014-10-27 19:04:01 -0700
commitb9c08cddd47b39355458e828d847c34ab0e8c378 (patch)
tree87460fd5cc43eb75ecce8c447a9eaa4e25a01cfc /phpBB/phpbb/db
parent4c75f013de1040bf74886de1c1a6d4b83e2e8453 (diff)
parentefe3aaaf0b9b2f60da89df0e285dace91f24cea1 (diff)
downloadforums-b9c08cddd47b39355458e828d847c34ab0e8c378.tar
forums-b9c08cddd47b39355458e828d847c34ab0e8c378.tar.gz
forums-b9c08cddd47b39355458e828d847c34ab0e8c378.tar.bz2
forums-b9c08cddd47b39355458e828d847c34ab0e8c378.tar.xz
forums-b9c08cddd47b39355458e828d847c34ab0e8c378.zip
Merge branch 'prep-release-3.1.0' into develop-ascraeus
* prep-release-3.1.0: [ticket/13227] Properly handle curlwrapper headers in remote avatars [ticket/13231] Update the dependencies of the migration contact_admin_form
Diffstat (limited to 'phpBB/phpbb/db')
-rw-r--r--phpBB/phpbb/db/migration/data/v310/contact_admin_form.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/phpBB/phpbb/db/migration/data/v310/contact_admin_form.php b/phpBB/phpbb/db/migration/data/v310/contact_admin_form.php
index c2dd09ddf6..5736369f1a 100644
--- a/phpBB/phpbb/db/migration/data/v310/contact_admin_form.php
+++ b/phpBB/phpbb/db/migration/data/v310/contact_admin_form.php
@@ -20,6 +20,11 @@ class contact_admin_form extends \phpbb\db\migration\migration
return isset($this->config['contact_admin_form_enable']);
}
+ static public function depends_on()
+ {
+ return array('\phpbb\db\migration\data\v310\config_db_text');
+ }
+
public function update_data()
{
return array(