aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes')
-rw-r--r--phpBB/includes/crypto/manager.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/includes/crypto/manager.php b/phpBB/includes/crypto/manager.php
index d54f612443..b57c6ce9a0 100644
--- a/phpBB/includes/crypto/manager.php
+++ b/phpBB/includes/crypto/manager.php
@@ -129,6 +129,10 @@ class phpbb_crypto_manager
{
if (isset($this->type_map["\${$type}\$"]))
{
+ while(isset($return_ary[$type]))
+ {
+ $type = $type + ' ';
+ }
$return_ary[$type] = $this->type_map["\${$type}\$"];
}
else