diff options
-rw-r--r-- | include/identity.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/identity.php b/include/identity.php index 4f58d7dc5..898827525 100644 --- a/include/identity.php +++ b/include/identity.php @@ -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; |