aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-07-04 21:13:10 -0700
committerFriendika <info@friendika.com>2011-07-04 21:13:10 -0700
commit1048ee744edf8904db1949a96859dcc9343f6092 (patch)
tree82aeaef6e0f8ee9bb98ba864c7b009561e264234 /mod
parent20d3aa2e77e4ba4c12d2a7332c7ac5f3a8f6b635 (diff)
downloadvolse-hubzilla-1048ee744edf8904db1949a96859dcc9343f6092.tar.gz
volse-hubzilla-1048ee744edf8904db1949a96859dcc9343f6092.tar.bz2
volse-hubzilla-1048ee744edf8904db1949a96859dcc9343f6092.zip
reversed logic
Diffstat (limited to 'mod')
-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;
}