remove blackout setting now that the keepout plugin performs the same tasks (plus a lot more)

This commit is contained in:
redmatrix 2016-02-04 23:59:09 -08:00
parent 9cf105f8ea
commit 9c3568800c

View File

@ -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;