From 1048ee744edf8904db1949a96859dcc9343f6092 Mon Sep 17 00:00:00 2001 From: Friendika Date: Mon, 4 Jul 2011 21:13:10 -0700 Subject: [PATCH] reversed logic --- mod/community.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }