1
0
Fork 0
mirror of https://git.friendi.ca/friendica/friendica.git synced 2025-07-11 10:28:51 +00:00
This commit is contained in:
Mike Macgirvin 2010-07-20 20:41:31 -07:00
parent 91fd835754
commit 21ab8356b0

View file

@ -368,7 +368,7 @@ function dfrn_request_content(&$a) {
$o = file_get_contents("view/dfrn_request.tpl"); $o = file_get_contents("view/dfrn_request.tpl");
$o = replace_macros($o,array('$uid' => $a->user['nickname'])); $o = replace_macros($o,array('$uid' => $a->argv[2]));
return $o; return $o;
} }
}} }}