aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-02-04 23:59:09 -0800
committerredmatrix <git@macgirvin.com>2016-02-04 23:59:09 -0800
commit9c3568800cfec34bd24844d0b120a4b195c17e93 (patch)
treeea29efb13ecd968014f060153df572158c8cbcd8
parent9cf105f8ea89165d46cfdfd6dbb729e7647c1fd0 (diff)
downloadvolse-hubzilla-9c3568800cfec34bd24844d0b120a4b195c17e93.tar.gz
volse-hubzilla-9c3568800cfec34bd24844d0b120a4b195c17e93.tar.bz2
volse-hubzilla-9c3568800cfec34bd24844d0b120a4b195c17e93.zip
remove blackout setting now that the keepout plugin performs the same tasks (plus a lot more)
-rw-r--r--include/identity.php3
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;