aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mod/community.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/community.php b/mod/community.php
index aaa3ad9ed..b10e3bfda 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;
}