mirror of
https://github.com/friendica/friendica
synced 2025-04-24 07:50:11 +00:00
reversed logic
This commit is contained in:
parent
20d3aa2e77
commit
1048ee744e
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ function community_content(&$a, $update = 0) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(! get_config('system','no_community_page')) {
|
if(get_config('system','no_community_page')) {
|
||||||
notice( t('Not available.') . EOL);
|
notice( t('Not available.') . EOL);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue