mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-30 03:30:17 +02:00
further adjustments to exit; statements
force E_USER_ERROR to exit *always* - it is always a fatal error which should stop every execution happening git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8957 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -113,7 +113,7 @@ if ($forum_data['forum_type'] == FORUM_LINK && $forum_data['forum_link'])
|
||||
|
||||
// We redirect to the url. The third parameter indicates that external redirects are allowed.
|
||||
redirect($forum_data['forum_link'], false, true);
|
||||
exit;
|
||||
return;
|
||||
}
|
||||
|
||||
// Build navigation links
|
||||
|
Reference in New Issue
Block a user