duplex wasn't getting set correctly on group pages

This commit is contained in:
Mike Macgirvin 2010-10-19 16:23:05 -07:00
parent 9d807ba66f
commit d58ff1a8df
1 changed files with 1 additions and 1 deletions

View File

@ -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'])) : "");