aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-07-20 20:41:31 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-07-20 20:41:31 -0700
commit21ab8356b019449a30a46f2766325afe4d7df28a (patch)
tree8fb74a42be0aca039ec642f6715c7dff11891d2d /mod
parent91fd83575416f0e098ce7a9e71c12e5fea3298d3 (diff)
downloadvolse-hubzilla-21ab8356b019449a30a46f2766325afe4d7df28a.tar.gz
volse-hubzilla-21ab8356b019449a30a46f2766325afe4d7df28a.tar.bz2
volse-hubzilla-21ab8356b019449a30a46f2766325afe4d7df28a.zip
try this
Diffstat (limited to 'mod')
-rw-r--r--mod/dfrn_request.php2
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