mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-09 04:48:53 +00:00
typo
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8622 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
481b63f6fe
commit
a7dd393ef1
1 changed files with 1 additions and 1 deletions
|
@ -1831,7 +1831,7 @@ function redirect($url, $return = false)
|
||||||
{
|
{
|
||||||
if ($url_parts['host'] !== $user->host)
|
if ($url_parts['host'] !== $user->host)
|
||||||
{
|
{
|
||||||
$url = generate_board_url(true);
|
$url = generate_board_url();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if ($url[0] == '/')
|
else if ($url[0] == '/')
|
||||||
|
|
Loading…
Add table
Reference in a new issue