Removed unused template variable
authorMichael <heluecht@pirati.ca>
Wed, 30 Aug 2017 06:20:01 +0000 (06:20 +0000)
committerMichael <heluecht@pirati.ca>
Wed, 30 Aug 2017 06:20:01 +0000 (06:20 +0000)
mod/xrd.php

index b0e1f27..a1adc8a 100644 (file)
@@ -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);