mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-10 02:36:38 +02:00
some fixes
git-svn-id: file:///svn/phpbb/trunk@6538 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -479,6 +479,11 @@ function message_options($id, $mode, $global_privmsgs_rules, $global_rule_condit
|
||||
}
|
||||
|
||||
// Check
|
||||
if (!isset($global_privmsgs_rules[$check_option]))
|
||||
{
|
||||
$check_option = 0;
|
||||
}
|
||||
|
||||
define_check_option(($check_option && !isset($back['rule'])) ? true : false, $check_option, $check_lang);
|
||||
|
||||
if ($check_option && !isset($back['rule']))
|
||||
|
Reference in New Issue
Block a user