remove blackout setting now that the keepout plugin performs the same tasks (plus a lot more)
This commit is contained in:
parent
9cf105f8ea
commit
9c3568800c
@ -928,9 +928,6 @@ function profile_sidebar($profile, $block = 0, $show_connect = true) {
|
||||
$block = true;
|
||||
}
|
||||
|
||||
if($block && intval(get_config('system','block_public_blackout')))
|
||||
return $o;
|
||||
|
||||
if((! is_array($profile)) && (! count($profile)))
|
||||
return $o;
|
||||
|
||||
|
Reference in New Issue
Block a user