fixes
This commit is contained in:
parent
b4d5af63af
commit
db99f3abda
2 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
|
@ -5,7 +5,7 @@ Welcome home $username.
|
|||
Please confirm your introduction to $dfrn_url.
|
||||
|
||||
</p>
|
||||
<form id="dfrn-request-homecoming-form" action="dfrn_request/$uid" method="post">
|
||||
<form id="dfrn-request-homecoming-form" action="dfrn_request/$nickname" method="post">
|
||||
<input type="hidden" name="dfrn_url" value="$dfrn_url" />
|
||||
<input type="hidden" name="confirm_key" value="$confirm_key" />
|
||||
<input type="hidden" name="localconfirm" value="1" />
|
||||
|
|
Loading…
Reference in a new issue