1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-03 13:05:44 +02:00

[ticket/12738] Pass $this->config in content_visibility constructor

PHPBB3-12738
This commit is contained in:
Dhruv 2014-08-08 15:54:42 +02:00
parent 83e5a25c0a
commit fcb57edd06

View File

@ -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,