diff options
author | Dhruv <dhruv.goel92@gmail.com> | 2014-08-08 15:54:42 +0200 |
---|---|---|
committer | Dhruv <dhruv.goel92@gmail.com> | 2014-08-08 15:54:42 +0200 |
commit | fcb57edd06e8a593513583d8b2931c5a4b086719 (patch) | |
tree | d5b2715d024b796ae33f48d614d20ef8bfd8ceb1 | |
parent | 83e5a25c0a03b7b5ee9283201143bf2e6c94758e (diff) | |
download | forums-fcb57edd06e8a593513583d8b2931c5a4b086719.tar forums-fcb57edd06e8a593513583d8b2931c5a4b086719.tar.gz forums-fcb57edd06e8a593513583d8b2931c5a4b086719.tar.bz2 forums-fcb57edd06e8a593513583d8b2931c5a4b086719.tar.xz forums-fcb57edd06e8a593513583d8b2931c5a4b086719.zip |
[ticket/12738] Pass $this->config in content_visibility constructor
PHPBB3-12738
-rw-r--r-- | phpBB/phpbb/db/migration/data/v310/soft_delete_mod_convert.php | 1 |
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, |