reversed logic
This commit is contained in:
parent
20d3aa2e77
commit
1048ee744e
|
@ -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…
Reference in a new issue