]> git.mxchange.org Git - friendica.git/blobdiff - mod/hostxrd.php
Merge branch 'develop' into rewrites/dbm_is_result
[friendica.git] / mod / hostxrd.php
index 647073b056e3774b1431ab98208ac5c486283275..d41d8448050b7befb8e670f2a2302b14f46edaae 100644 (file)
@@ -2,7 +2,7 @@
 
 require_once('include/crypto.php');
 
-function hostxrd_init(&$a) {
+function hostxrd_init(App &$a) {
        header('Access-Control-Allow-Origin: *');
        header("Content-type: text/xml");
        $pubkey = get_config('system','site_pubkey');