Fix if not allowed blocked servers then server-blocked condition is false not true
This commit is contained in:
@@ -3629,7 +3629,7 @@ class Contact
|
||||
];
|
||||
|
||||
if (!$show_blocked) {
|
||||
$condition['server-blocked'] = true;
|
||||
$condition['server-blocked'] = false;
|
||||
}
|
||||
|
||||
if ($uid == 0) {
|
||||
|
||||
Reference in New Issue
Block a user