From: Friendika Date: Tue, 5 Jul 2011 04:13:10 +0000 (-0700) Subject: reversed logic X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1048ee744edf8904db1949a96859dcc9343f6092;p=friendica.git reversed logic --- diff --git a/mod/community.php b/mod/community.php index aaa3ad9ed3..b10e3bfda8 100644 --- a/mod/community.php +++ b/mod/community.php @@ -10,7 +10,7 @@ function community_content(&$a, $update = 0) { return; } - if(! get_config('system','no_community_page')) { + if(get_config('system','no_community_page')) { notice( t('Not available.') . EOL); return; }