mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[feature/request-class] Adjust code base to do html decoding manually
PHPBB3-9716
This commit is contained in:
@@ -342,7 +342,7 @@ class messenger
|
||||
$user->session_begin();
|
||||
}
|
||||
|
||||
$calling_page = $request->server('PHP_SELF');
|
||||
$calling_page = htmlspecialchars_decode($request->server('PHP_SELF'));
|
||||
|
||||
$message = '';
|
||||
switch ($type)
|
||||
|
Reference in New Issue
Block a user