1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/12006] Missing a space

PHPBB3-12006
This commit is contained in:
Nathan Guse
2014-01-10 13:15:37 -06:00
parent e3cba9ceba
commit 7bac4bf9bd

View File

@@ -405,7 +405,7 @@ class p_master
$module_auth = preg_replace(
// Array keys with # prepended/appended
array_map(function($value){
array_map(function($value) {
return '#' . $value . '#';
}, array_keys($valid_tokens)),
array_values($valid_tokens),