Cleanup /format pre-move

This commit is contained in:
Hypolite Petovan
2017-04-30 00:01:26 -04:00
parent f77632378b
commit 56ee734b00
85 changed files with 522 additions and 581 deletions

View File

@@ -1,6 +1,6 @@
<?php
use \Friendica\Core\Config;
use Friendica\Core\Config;
function community_init(App $a) {
if (! local_user()) {
@@ -9,7 +9,6 @@ function community_init(App $a) {
}
}
function community_content(App $a, $update = 0) {
$o = '';