]> git.mxchange.org Git - friendica.git/blobdiff - mod/poco.php
The central item fetch does work now and the API now uses these functions
[friendica.git] / mod / poco.php
index 0728020eccab3292e6cc7428b616bc5b80bed149..671551f832589e89ab4c839e1c48ada353a79cb7 100644 (file)
@@ -43,6 +43,7 @@ function poco_init(App $a) {
                echo json_encode($ret);
                killme();
        }
+
        if ($a->argc > 1 && $a->argv[1] === '@global') {
                // List of all profiles that this server recently had data from
                $global = true;