1
0
Fork 0
mirror of https://git.friendi.ca/friendica/friendica.git synced 2025-07-15 08:38:51 +00:00

reversed logic

This commit is contained in:
Friendika 2011-07-04 21:13:10 -07:00
parent 20d3aa2e77
commit 1048ee744e

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