1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

Merge branch '3.2.x'

This commit is contained in:
Oliver Schramm
2017-09-08 15:02:26 +02:00

View File

@@ -1072,7 +1072,7 @@ class bbcode_firstpass extends bbcode
if ($config['force_server_vars'])
{
$check_path = $config['script_path'];
$check_path = !empty($config['script_path']) ? $config['script_path'] : '/';
}
else
{