]> git.mxchange.org Git - friendica.git/commitdiff
duplex wasn't getting set correctly on group pages
authorMike Macgirvin <mike@macgirvin.com>
Tue, 19 Oct 2010 23:23:05 +0000 (16:23 -0700)
committerMike Macgirvin <mike@macgirvin.com>
Tue, 19 Oct 2010 23:23:05 +0000 (16:23 -0700)
mod/dfrn_confirm.php

index 992947613f4681d6fc1c0e385378dfc0b844785a..b4ca74889b50fbfe0b9e1d40705e60801fd208f5 100644 (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'])) : "");