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:
@@ -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),
|
||||
|
Reference in New Issue
Block a user