X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=mod%2Fxrd.php;h=7b812a7f9d94610d804515ba2e454cdf855762b0;hb=3c5f7e457aa0717855f3e8453b8bc036c16158f2;hp=e4641f5a35eb0eee2545f57bb88659dee65c5191;hpb=6b6e3e264f55705d47f20cf32213d8d0f0d24efc;p=friendica.git diff --git a/mod/xrd.php b/mod/xrd.php index e4641f5a35..7b812a7f9d 100644 --- a/mod/xrd.php +++ b/mod/xrd.php @@ -2,7 +2,7 @@ require_once('include/crypto.php'); -function xrd_init(&$a) { +function xrd_init(App $a) { $uri = urldecode(notags(trim($_GET['uri'])));