mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-09 19:26:53 +02:00
typo
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8622 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@ -1831,7 +1831,7 @@ function redirect($url, $return = false)
|
||||
{
|
||||
if ($url_parts['host'] !== $user->host)
|
||||
{
|
||||
$url = generate_board_url(true);
|
||||
$url = generate_board_url();
|
||||
}
|
||||
}
|
||||
else if ($url[0] == '/')
|
||||
|
Reference in New Issue
Block a user