mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-09 16:05:00 +02:00
Fixed forum_id check
git-svn-id: file:///svn/phpbb/trunk@197 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
79f898e053
commit
bd1fc382e9
@ -56,7 +56,7 @@ else
|
||||
switch($mode)
|
||||
{
|
||||
case 'newtopic':
|
||||
if(!isset($forum_id))
|
||||
if(!isset($HTTP_GET_VARS[POST_FORUM_URL]))
|
||||
{
|
||||
error_die(GENERAL_ERROR, "Sorry, no there is no such forum");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user