mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ else
|
||||||
switch($mode)
|
switch($mode)
|
||||||
{
|
{
|
||||||
case 'newtopic':
|
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");
|
error_die(GENERAL_ERROR, "Sorry, no there is no such forum");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue