mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/12006] Missing a space
PHPBB3-12006
This commit is contained in:
parent
e3cba9ceba
commit
7bac4bf9bd
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Reference in a new issue