From 7bac4bf9bd439f08f7aeb6ca67bdc14789a28d4c Mon Sep 17 00:00:00 2001 From: Nathan Guse Date: Fri, 10 Jan 2014 13:15:37 -0600 Subject: [PATCH] [ticket/12006] Missing a space PHPBB3-12006 --- phpBB/includes/functions_module.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/includes/functions_module.php b/phpBB/includes/functions_module.php index 88e3fbce2f..cd84902acf 100644 --- a/phpBB/includes/functions_module.php +++ b/phpBB/includes/functions_module.php @@ -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),