mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 11:13:59 +02:00
more bugfixing. Important change: admins able to give ban reason for user quick tool ban - logging also syndicated, now always logged to ACP and MCP logs.
git-svn-id: file:///svn/phpbb/trunk@7426 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -292,6 +292,12 @@ if ($module->is_active('zebra', 'friends'))
|
||||
$db->sql_freeresult($result);
|
||||
}
|
||||
|
||||
// Do not display subscribed topics/forums if not allowed
|
||||
if (!$config['allow_topic_notify'] && !$config['allow_forum_notify'])
|
||||
{
|
||||
$module->set_display('main', 'subscribed', false);
|
||||
}
|
||||
|
||||
// Select the active module
|
||||
$module->set_active($id, $mode);
|
||||
|
||||
|
Reference in New Issue
Block a user