From 9c3568800cfec34bd24844d0b120a4b195c17e93 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Thu, 4 Feb 2016 23:59:09 -0800 Subject: remove blackout setting now that the keepout plugin performs the same tasks (plus a lot more) --- include/identity.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/identity.php') 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; -- cgit v1.2.3