diff --git a/mod/dfrn_confirm.php b/mod/dfrn_confirm.php index 9929476..b4ca748 100644 --- a/mod/dfrn_confirm.php +++ b/mod/dfrn_confirm.php @@ -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'])) : "");