From: Michael Date: Wed, 30 Aug 2017 06:20:01 +0000 (+0000) Subject: Removed unused template variable X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5ab697e7264d2609e764723f708b647349f2004f;p=friendica.git Removed unused template variable --- diff --git a/mod/xrd.php b/mod/xrd.php index b0e1f27bdb..a1adc8ac2c 100644 --- a/mod/xrd.php +++ b/mod/xrd.php @@ -106,7 +106,6 @@ function xrd_xml($a, $uri, $alias, $profile_url, $r) { '$salmen' => System::baseUrl() . '/salmon/' . $r['nickname'] . '/mention', '$subscribe' => System::baseUrl() . '/follow?url={uri}', '$modexp' => 'data:application/magic-public-key,' . $salmon_key, - '$bigkey' => salmon_key($r['pubkey']), )); $arr = array('user' => $r, 'xml' => $o);