diff options
author | redmatrix <git@macgirvin.com> | 2016-02-04 23:59:09 -0800 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-02-04 23:59:09 -0800 |
commit | 9c3568800cfec34bd24844d0b120a4b195c17e93 (patch) | |
tree | ea29efb13ecd968014f060153df572158c8cbcd8 /include | |
parent | 9cf105f8ea89165d46cfdfd6dbb729e7647c1fd0 (diff) | |
download | volse-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)
Diffstat (limited to 'include')
-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; |