aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/posting.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-04-20 01:07:42 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-04-20 01:07:42 +0000
commitbd1fc382e975ce19d1a84f92916fa35647e804fb (patch)
treed47bb28c7e828732779b35200bfdc8d78c402aff /phpBB/posting.php
parent79f898e053d510207e91c0d37f6e5975d9331dc2 (diff)
downloadforums-bd1fc382e975ce19d1a84f92916fa35647e804fb.tar
forums-bd1fc382e975ce19d1a84f92916fa35647e804fb.tar.gz
forums-bd1fc382e975ce19d1a84f92916fa35647e804fb.tar.bz2
forums-bd1fc382e975ce19d1a84f92916fa35647e804fb.tar.xz
forums-bd1fc382e975ce19d1a84f92916fa35647e804fb.zip
Fixed forum_id check
git-svn-id: file:///svn/phpbb/trunk@197 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/posting.php')
-rw-r--r--phpBB/posting.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/posting.php b/phpBB/posting.php
index 6d41f2b8c5..5f7060abb5 100644
--- a/phpBB/posting.php
+++ b/phpBB/posting.php
@@ -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");
}