This commit is contained in:
Mike Macgirvin 2010-07-20 20:48:08 -07:00
parent b4d5af63af
commit db99f3abda
2 changed files with 2 additions and 1 deletions

View file

@ -349,6 +349,7 @@ function dfrn_request_content(&$a) {
'$confirm_key' => $confirm_key,
'$username' => $a->user['username'],
'$uid' => $_SESSION['uid'],
'$nickname' => $a->user['nickname'],
'dfrn_rawurl' => $_GET['dfrn_url']
));
return $o;