diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-07-20 20:41:31 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-07-20 20:41:31 -0700 |
commit | 21ab8356b019449a30a46f2766325afe4d7df28a (patch) | |
tree | 8fb74a42be0aca039ec642f6715c7dff11891d2d /mod/dfrn_request.php | |
parent | 91fd83575416f0e098ce7a9e71c12e5fea3298d3 (diff) | |
download | volse-hubzilla-21ab8356b019449a30a46f2766325afe4d7df28a.tar.gz volse-hubzilla-21ab8356b019449a30a46f2766325afe4d7df28a.tar.bz2 volse-hubzilla-21ab8356b019449a30a46f2766325afe4d7df28a.zip |
try this
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 |