mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
merge r8956, r8957 and r8960
git-svn-id: file:///svn/phpbb/trunk@8961 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -166,7 +166,7 @@ if ($quickmod)
|
||||
case 'delete_post':
|
||||
case 'delete_topic':
|
||||
$module->load('mcp', 'main', 'quickmod');
|
||||
exit;
|
||||
return;
|
||||
break;
|
||||
|
||||
case 'topic_logs':
|
||||
@@ -183,7 +183,8 @@ if ($quickmod)
|
||||
break;
|
||||
|
||||
default:
|
||||
trigger_error("$action not allowed as quickmod");
|
||||
trigger_error("$action not allowed as quickmod", E_USER_ERROR);
|
||||
break;
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user