mirror of
https://github.com/friendica/friendica
synced 2024-11-09 23:02:54 +00:00
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',
|
||||
'$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);
|
||||
|
|
Loading…
Reference in a new issue