mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
Merge branch '3.2.x'
This commit is contained in:
commit
da1f2fb9a9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue