From: Mike Macgirvin Date: Wed, 21 Jul 2010 03:38:08 +0000 (-0700) Subject: fix intro bug X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=91fd83575416f0e098ce7a9e71c12e5fea3298d3;p=friendica.git fix intro bug --- diff --git a/mod/dfrn_request.php b/mod/dfrn_request.php index 33a898d361..b49724e1cf 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->profile['uid'])); + $o = replace_macros($o,array('$uid' => $a->user['nickname'])); return $o; } }} \ No newline at end of file