1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

Something else broke, now fixed, probably ... sleep uuugghhh

git-svn-id: file:///svn/phpbb/trunk@401 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2001-06-01 01:45:50 +00:00
parent cb1e99cb91
commit f3d9aa24f0
2 changed files with 11 additions and 8 deletions

View File

@@ -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])
{
//