diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-07-20 20:43:46 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-07-20 20:43:46 -0700 |
commit | b4d5af63aff2677cdf3010c5764a8a3086888368 (patch) | |
tree | c966e172668d146a25d14263c4fad2d4e8dd9e34 /mod/dfrn_request.php | |
parent | 21ab8356b019449a30a46f2766325afe4d7df28a (diff) | |
download | volse-hubzilla-b4d5af63aff2677cdf3010c5764a8a3086888368.tar.gz volse-hubzilla-b4d5af63aff2677cdf3010c5764a8a3086888368.tar.bz2 volse-hubzilla-b4d5af63aff2677cdf3010c5764a8a3086888368.zip |
yuck
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 d2be6a449..01f7c64b4 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 |