]> git.mxchange.org Git - friendica.git/commitdiff
try this
authorMike Macgirvin <mike@macgirvin.com>
Wed, 21 Jul 2010 03:41:31 +0000 (20:41 -0700)
committerMike Macgirvin <mike@macgirvin.com>
Wed, 21 Jul 2010 03:41:31 +0000 (20:41 -0700)
mod/dfrn_request.php

index b49724e1cf25653a6e0f2710d8d6e5728094d165..d2be6a449d8f4d8aeec988d0e6876d2609c15727 100644 (file)
@@ -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