mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-16 21:54:00 +02:00
[feature/passwords] Pass phpbb_container to passwords helper
PHPBB3-11610
This commit is contained in:
@@ -96,7 +96,7 @@ class phpbb_crypto_manager
|
||||
{
|
||||
if ($this->helper === NULL)
|
||||
{
|
||||
$this->helper = new phpbb_crypto_helper($this);
|
||||
$this->helper = new phpbb_crypto_helper($this, $this->container);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user