]> git.mxchange.org Git - friendica.git/commitdiff
reversed logic
authorFriendika <info@friendika.com>
Tue, 5 Jul 2011 04:13:10 +0000 (21:13 -0700)
committerFriendika <info@friendika.com>
Tue, 5 Jul 2011 04:13:10 +0000 (21:13 -0700)
mod/community.php

index aaa3ad9ed31726f30b02544d531094471ef712d1..b10e3bfda8b6cb53bf31d275709c277547470c8b 100644 (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;
        }