aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2012-11-29 14:42:56 -0500
committerOleg Pudeyev <oleg@bsdpower.com>2012-11-29 14:42:56 -0500
commit11ca272692ed1b46d4ff208705cb30636c98704f (patch)
tree256bb5e1a690d257d0d0b92882147f7556c3680d
parent3e907265d5782c535d43e503c32390cfde8dc4a8 (diff)
downloadforums-11ca272692ed1b46d4ff208705cb30636c98704f.tar
forums-11ca272692ed1b46d4ff208705cb30636c98704f.tar.gz
forums-11ca272692ed1b46d4ff208705cb30636c98704f.tar.bz2
forums-11ca272692ed1b46d4ff208705cb30636c98704f.tar.xz
forums-11ca272692ed1b46d4ff208705cb30636c98704f.zip
[ticket/11095] Restore brace on previous line.
PHPBB3-11095
-rw-r--r--phpBB/includes/functions.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php
index 9c92adb0ec..8df40b26f6 100644
--- a/phpBB/includes/functions.php
+++ b/phpBB/includes/functions.php
@@ -5558,8 +5558,7 @@ function phpbb_to_numeric($input)
function phpbb_create_symfony_request(phpbb_request $request)
{
// This function is meant to sanitize the global input arrays
- $sanitizer = function(&$value, $key)
- {
+ $sanitizer = function(&$value, $key) {
$type_cast_helper = new phpbb_request_type_cast_helper();
$type_cast_helper->set_var($value, $value, gettype($value), true);
};