From: Mike Macgirvin Date: Wed, 21 Jul 2010 03:41:31 +0000 (-0700) Subject: try this X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=21ab8356b019449a30a46f2766325afe4d7df28a;p=friendica.git try this --- diff --git a/mod/dfrn_request.php b/mod/dfrn_request.php index b49724e1cf..d2be6a449d 100644 --- a/mod/dfrn_request.php +++ b/mod/dfrn_request.php @@ -368,7 +368,7 @@ function dfrn_request_content(&$a) { $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; } }} \ No newline at end of file