mirror of
https://github.com/friendica/friendica
synced 2024-11-18 04:23:41 +00:00
duplex wasn't getting set correctly on group pages
This commit is contained in:
parent
9d807ba66f
commit
d58ff1a8df
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ function dfrn_confirm_post(&$a,$handsfree = null) {
|
|||
if(is_array($handsfree)) {
|
||||
$dfrn_id = $handsfree['dfrn_id'];
|
||||
$intro_id = $handsfree['intro_id'];
|
||||
$duplex = $handsfre['duplex'];
|
||||
$duplex = $handsfree['duplex'];
|
||||
}
|
||||
else {
|
||||
$dfrn_id = ((x($_POST,'dfrn_id')) ? notags(trim($_POST['dfrn_id'])) : "");
|
||||
|
|
Loading…
Reference in a new issue