From: Mike Macgirvin Date: Wed, 21 Jul 2010 03:43:46 +0000 (-0700) Subject: yuck X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b4d5af63aff2677cdf3010c5764a8a3086888368;p=friendica.git yuck --- diff --git a/mod/dfrn_request.php b/mod/dfrn_request.php index d2be6a449d..01f7c64b47 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->argv[2])); + $o = replace_macros($o,array('$uid' => $a->argv[1])); return $o; } }} \ No newline at end of file