aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/passwords/manager.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2013-12-29 17:56:41 +0100
committerMarc Alexander <admin@m-a-styles.de>2013-12-29 17:56:41 +0100
commit1465915830859a7c9664e477739df5f125cfcdff (patch)
tree79c8ae46f26133d033de9c6d149b354ed94aaa64 /phpBB/phpbb/passwords/manager.php
parent8383d1f1d3b5f3ac12248920f7cf79d8aa6399fc (diff)
downloadforums-1465915830859a7c9664e477739df5f125cfcdff.tar
forums-1465915830859a7c9664e477739df5f125cfcdff.tar.gz
forums-1465915830859a7c9664e477739df5f125cfcdff.tar.bz2
forums-1465915830859a7c9664e477739df5f125cfcdff.tar.xz
forums-1465915830859a7c9664e477739df5f125cfcdff.zip
[feature/passwords] Remove unneeded definitions of full namespace
PHPBB3-11610
Diffstat (limited to 'phpBB/phpbb/passwords/manager.php')
-rw-r--r--phpBB/phpbb/passwords/manager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/passwords/manager.php b/phpBB/phpbb/passwords/manager.php
index c208c59df7..539fdca954 100644
--- a/phpBB/phpbb/passwords/manager.php
+++ b/phpBB/phpbb/passwords/manager.php
@@ -57,7 +57,7 @@ class manager
* @param phpbb\passwords\helper $helper Passwords helper object
* @param string $defaults List of default driver types
*/
- public function __construct(\phpbb\config\config $config, $hashing_algorithms, \phpbb\passwords\helper $helper, $defaults)
+ public function __construct(\phpbb\config\config $config, $hashing_algorithms, helper $helper, $defaults)
{
$this->config = $config;