diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-07-20 20:38:08 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-07-20 20:38:08 -0700 |
commit | 91fd83575416f0e098ce7a9e71c12e5fea3298d3 (patch) | |
tree | 2b11073203c46ba049410b1b4cb5dfcdca2181d7 /mod/dfrn_request.php | |
parent | f78c252d37a05910777d55030133d858647221b7 (diff) | |
download | volse-hubzilla-91fd83575416f0e098ce7a9e71c12e5fea3298d3.tar.gz volse-hubzilla-91fd83575416f0e098ce7a9e71c12e5fea3298d3.tar.bz2 volse-hubzilla-91fd83575416f0e098ce7a9e71c12e5fea3298d3.zip |
fix intro bug
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 33a898d36..b49724e1c 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->profile['uid'])); + $o = replace_macros($o,array('$uid' => $a->user['nickname'])); return $o; } }}
\ No newline at end of file |