Removed unused template variable
This commit is contained in:
parent
02179e9419
commit
5ab697e726
1 changed files with 0 additions and 1 deletions
|
@ -106,7 +106,6 @@ function xrd_xml($a, $uri, $alias, $profile_url, $r) {
|
||||||
'$salmen' => System::baseUrl() . '/salmon/' . $r['nickname'] . '/mention',
|
'$salmen' => System::baseUrl() . '/salmon/' . $r['nickname'] . '/mention',
|
||||||
'$subscribe' => System::baseUrl() . '/follow?url={uri}',
|
'$subscribe' => System::baseUrl() . '/follow?url={uri}',
|
||||||
'$modexp' => 'data:application/magic-public-key,' . $salmon_key,
|
'$modexp' => 'data:application/magic-public-key,' . $salmon_key,
|
||||||
'$bigkey' => salmon_key($r['pubkey']),
|
|
||||||
));
|
));
|
||||||
|
|
||||||
$arr = array('user' => $r, 'xml' => $o);
|
$arr = array('user' => $r, 'xml' => $o);
|
||||||
|
|
Loading…
Reference in a new issue