aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/posting.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-06-01 01:45:50 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-06-01 01:45:50 +0000
commitf3d9aa24f069ccc9f50e05e51e1cd4a30304fd1d (patch)
tree63c6629981e81c1c48121178b1a6619fdfb2ffa6 /phpBB/posting.php
parentcb1e99cb910cd8fcc1436d2d41f1f7e164edbc24 (diff)
downloadforums-f3d9aa24f069ccc9f50e05e51e1cd4a30304fd1d.tar
forums-f3d9aa24f069ccc9f50e05e51e1cd4a30304fd1d.tar.gz
forums-f3d9aa24f069ccc9f50e05e51e1cd4a30304fd1d.tar.bz2
forums-f3d9aa24f069ccc9f50e05e51e1cd4a30304fd1d.tar.xz
forums-f3d9aa24f069ccc9f50e05e51e1cd4a30304fd1d.zip
Something else broke, now fixed, probably ... sleep uuugghhh
git-svn-id: file:///svn/phpbb/trunk@401 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/posting.php')
-rw-r--r--phpBB/posting.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/posting.php b/phpBB/posting.php
index 8e16e57eb4..8a2b025e28 100644
--- a/phpBB/posting.php
+++ b/phpBB/posting.php
@@ -99,7 +99,7 @@ switch($mode)
break;
case 'reply':
$auth_type = AUTH_REPLY;
- $is_auth_type = "auth_replt";
+ $is_auth_type = "auth_reply";
break;
case 'editpost':
$auth_type = AUTH_EDIT;
@@ -116,6 +116,7 @@ switch($mode)
}
$is_auth = auth($auth_type, $forum_id, $userdata);
+
if(!$is_auth[$is_auth_type])
{
//