reversed logic

This commit is contained in:
Friendika 2011-07-04 21:13:10 -07:00
parent 20d3aa2e77
commit 1048ee744e
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}