Fixed forum_id check

git-svn-id: file:///svn/phpbb/trunk@197 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2001-04-20 01:07:42 +00:00
parent 79f898e053
commit bd1fc382e9

View file

@ -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");
}