]> git.mxchange.org Git - friendica.git/blobdiff - mod/community.php
Some improvements
[friendica.git] / mod / community.php
index 45326e291d01236b304b53e5614cefe8591e2778..5c71667bdcc197c0c83dd1909c2a405e0a70e747 100644 (file)
@@ -1,6 +1,7 @@
 <?php
 
-use \Friendica\Core\Config;
+use Friendica\App;
+use Friendica\Core\Config;
 
 function community_init(App $a) {
        if (! local_user()) {
@@ -9,7 +10,6 @@ function community_init(App $a) {
        }
 }
 
-
 function community_content(App $a, $update = 0) {
 
        $o = '';