aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/passwords/manager.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2013-10-14 14:31:00 +0200
committerMarc Alexander <admin@m-a-styles.de>2013-10-14 14:31:00 +0200
commit87bd628241b002c866c0d425cd8c95a42d04f31a (patch)
tree86cdf07af26469a5b3208d539b2c1a33359435f2 /phpBB/phpbb/passwords/manager.php
parent61f60d395a5f16105a18790f2f73eddcd830e475 (diff)
downloadforums-87bd628241b002c866c0d425cd8c95a42d04f31a.tar
forums-87bd628241b002c866c0d425cd8c95a42d04f31a.tar.gz
forums-87bd628241b002c866c0d425cd8c95a42d04f31a.tar.bz2
forums-87bd628241b002c866c0d425cd8c95a42d04f31a.tar.xz
forums-87bd628241b002c866c0d425cd8c95a42d04f31a.zip
[feature/passwords] Minor cleanup in passwords files
PHPBB3-11610
Diffstat (limited to 'phpBB/phpbb/passwords/manager.php')
-rw-r--r--phpBB/phpbb/passwords/manager.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/phpBB/phpbb/passwords/manager.php b/phpBB/phpbb/passwords/manager.php
index 0b41d3a8c3..dde81a9818 100644
--- a/phpBB/phpbb/passwords/manager.php
+++ b/phpBB/phpbb/passwords/manager.php
@@ -164,11 +164,10 @@ class manager
return false;
}
- $return_ary[$type] = $this->get_algorithm("\${$type}\$");
+ $return_ary[$type] = $this->get_algorithm('$' . $type . '$');
if (empty($return_ary[$type]))
{
-
return false;
}
}