mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-19 23:11:45 +02:00
Merge branch 'develop-ascraeus' into develop
* develop-ascraeus: [ticket/13227] Properly handle curlwrapper headers in remote avatars [ticket/13231] Update the dependencies of the migration contact_admin_form
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user