aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r--phpBB/includes/functions.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php
index 820d96c9aa..cdc05ca649 100644
--- a/phpBB/includes/functions.php
+++ b/phpBB/includes/functions.php
@@ -5436,6 +5436,9 @@ function phpbb_to_numeric($input)
/**
* Create a Symfony Request object from a given URI and phpbb_request object
*
+* Note that everything passed into the Request object has already been HTML
+* escaped by the phpbb_request object.
+*
* @param string $uri Request URI
* @param phpbb_request $request Request object
* @return Request A Symfony Request object