mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-19 07:41:08 +01:00
And as if by magoc they are hidden (a minor change I missed commiting before Christmas)
git-svn-id: file:///svn/phpbb/trunk@5421 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
3cfaa92631
commit
6583da5bf0
@ -153,7 +153,7 @@ if (!$quickmod)
|
||||
if (!$post_id)
|
||||
{
|
||||
$module->set_display('post_details', false);
|
||||
$module->set_display('post', false);
|
||||
$module->set_display('warn_post', false);
|
||||
}
|
||||
if (!$topic_id)
|
||||
{
|
||||
@ -166,6 +166,7 @@ if (!$quickmod)
|
||||
if (!$user_id && $username == '')
|
||||
{
|
||||
$module->set_display('user_notes', false);
|
||||
$module->set_display('warn_user', false);
|
||||
}
|
||||
|
||||
// Load and execute the relevant module
|
||||
|
Loading…
x
Reference in New Issue
Block a user