1
0
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:
Marc Alexander
2013-06-27 14:23:20 +02:00
parent e4a5aacf2a
commit ab068799b1
2 changed files with 9 additions and 2 deletions

View File

@@ -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);
}
}