1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-29 02:29:21 +02:00

Merge branch 'develop-ascraeus' into develop

* develop-ascraeus:
  [ticket/12738] Pass $this->config in content_visibility constructor
This commit is contained in:
Joas Schilling 2014-08-08 16:06:08 +02:00
commit a291825685

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,