aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/passwords/driver/helper.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/passwords/driver/helper.php')
-rw-r--r--phpBB/phpbb/passwords/driver/helper.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/phpBB/phpbb/passwords/driver/helper.php b/phpBB/phpbb/passwords/driver/helper.php
index dcd07263d5..a50ac8819e 100644
--- a/phpBB/phpbb/passwords/driver/helper.php
+++ b/phpBB/phpbb/passwords/driver/helper.php
@@ -20,9 +20,6 @@ if (!defined('IN_PHPBB'))
*/
class phpbb_passwords_driver_helper
{
- /** @var phpbb_config */
- protected $driver;
-
/**
* base64 alphabet
* @var string
@@ -30,14 +27,6 @@ class phpbb_passwords_driver_helper
public $itoa64 = './0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz';
/**
- * Constructor of passwords driver helper object
- */
- public function __construct($driver)
- {
- $this->driver = $driver;
- }
-
- /**
* Base64 encode hash
*
* @param string $input Input string