X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fxrd.php;h=7b812a7f9d94610d804515ba2e454cdf855762b0;hb=4ad6a7f073c14c58a0acec2d5354a16433043b57;hp=e4641f5a35eb0eee2545f57bb88659dee65c5191;hpb=b4bc07fdcce4e326d5ade05aab0f7305e874398e;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'])));