mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
- [mcp] let quickmod work in topic_view
- more logical placement of load/save buttons in posting git-svn-id: file:///svn/phpbb/trunk@4959 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -347,6 +347,12 @@ if ($mode2)
|
||||
unset($mode2);
|
||||
}
|
||||
|
||||
// Make sure we are using the correct module
|
||||
if ($mode == 'approve' || $mode == 'disapprove')
|
||||
{
|
||||
$module = 'queue';
|
||||
}
|
||||
|
||||
// Only Moderators can go beyond this point
|
||||
if ($user->data['user_id'] == ANONYMOUS)
|
||||
{
|
||||
|
Reference in New Issue
Block a user