mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
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
This commit is contained in:
commit
0465e9d1b9
1 changed files with 1 additions and 0 deletions
|
@ -119,6 +119,7 @@ class soft_delete_mod_convert extends \phpbb\db\migration\migration
|
||||||
{
|
{
|
||||||
return new \phpbb\content_visibility(
|
return new \phpbb\content_visibility(
|
||||||
new \phpbb\auth\auth(),
|
new \phpbb\auth\auth(),
|
||||||
|
$this->config,
|
||||||
$this->db,
|
$this->db,
|
||||||
new \phpbb\user(),
|
new \phpbb\user(),
|
||||||
$this->phpbb_root_path,
|
$this->phpbb_root_path,
|
||||||
|
|
Loading…
Add table
Reference in a new issue