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:
@@ -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])
|
||||
{
|
||||
//
|
||||
|
Reference in New Issue
Block a user