aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db/migration/data/v310
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-08-08 16:05:55 +0200
committerJoas Schilling <nickvergessen@gmx.de>2014-08-08 16:05:55 +0200
commit0465e9d1b94627ad748f70b6f5918737ba3cfc8e (patch)
tree68635f3c84912e341e47a0fc2009d42f5d6af6b2 /phpBB/phpbb/db/migration/data/v310
parent42c26cd7813cc13b8bed1393b6abfc5cc85e102b (diff)
parentfcb57edd06e8a593513583d8b2931c5a4b086719 (diff)
downloadforums-0465e9d1b94627ad748f70b6f5918737ba3cfc8e.tar
forums-0465e9d1b94627ad748f70b6f5918737ba3cfc8e.tar.gz
forums-0465e9d1b94627ad748f70b6f5918737ba3cfc8e.tar.bz2
forums-0465e9d1b94627ad748f70b6f5918737ba3cfc8e.tar.xz
forums-0465e9d1b94627ad748f70b6f5918737ba3cfc8e.zip
Merge pull request #2838 from dhruvgoel92/ticket/12738
[ticket/12738] Pass $this->config in content_visibility constructor * dhruvgoel92/ticket/12738: [ticket/12738] Pass $this->config in content_visibility constructor
Diffstat (limited to 'phpBB/phpbb/db/migration/data/v310')
-rw-r--r--phpBB/phpbb/db/migration/data/v310/soft_delete_mod_convert.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/phpbb/db/migration/data/v310/soft_delete_mod_convert.php b/phpBB/phpbb/db/migration/data/v310/soft_delete_mod_convert.php
index f5970e74b2..6335c75398 100644
--- a/phpBB/phpbb/db/migration/data/v310/soft_delete_mod_convert.php
+++ b/phpBB/phpbb/db/migration/data/v310/soft_delete_mod_convert.php
@@ -119,6 +119,7 @@ class soft_delete_mod_convert extends \phpbb\db\migration\migration
{
return new \phpbb\content_visibility(
new \phpbb\auth\auth(),
+ $this->config,
$this->db,
new \phpbb\user(),
$this->phpbb_root_path,