Removed unused template variable

This commit is contained in:
Michael 2017-08-30 06:20:01 +00:00
parent 02179e9419
commit 5ab697e726
1 changed files with 0 additions and 1 deletions

View 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);