1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[feature/passwords] Minor cleanup in passwords files

PHPBB3-11610
This commit is contained in:
Marc Alexander
2013-10-14 14:31:00 +02:00
parent 61f60d395a
commit 87bd628241
3 changed files with 1 additions and 6 deletions

View File

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