mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
merge fix for bug #27355
git-svn-id: file:///svn/phpbb/trunk@8562 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
8dde998e87
commit
41d8c20836
1 changed files with 1 additions and 1 deletions
|
@ -574,7 +574,7 @@ function make_clickable_callback($type, $whitespace, $url, $relative_url, $class
|
||||||
// don't touch it and let MAGIC_URL_FULL take care of it.
|
// don't touch it and let MAGIC_URL_FULL take care of it.
|
||||||
if (!$relative_url)
|
if (!$relative_url)
|
||||||
{
|
{
|
||||||
return $orig_url . '/'; // slash is taken away by relative url pattern
|
return $whitespace . $orig_url . '/'; // slash is taken away by relative url pattern
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue