diff options
Diffstat (limited to 'mod/dfrn_request.php')
-rw-r--r-- | mod/dfrn_request.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/dfrn_request.php b/mod/dfrn_request.php index b49724e1c..d2be6a449 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 |