X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fdfrn_confirm.php;h=1cc258853b9b52e154cfc1b795d93bb089ebd2dc;hb=5a1bb9866dbb09b00861688f4a78baf0391ea58f;hp=f1ce296d901c727ca338040733b5284779641483;hpb=a7302daf96e37c0b6609e222419172150674a25a;p=friendica.git diff --git a/mod/dfrn_confirm.php b/mod/dfrn_confirm.php index f1ce296d90..1cc258853b 100644 --- a/mod/dfrn_confirm.php +++ b/mod/dfrn_confirm.php @@ -340,7 +340,7 @@ function dfrn_confirm_post(&$a,$handsfree = null) { `pending` = 0, `duplex` = %d, `hidden` = %d, - `network` = 'dfrn' WHERE `id` = %d + `network` = '%s' WHERE `id` = %d ", dbesc($photos[0]), dbesc($photos[1]), @@ -351,6 +351,7 @@ function dfrn_confirm_post(&$a,$handsfree = null) { dbesc(datetime_convert()), intval($duplex), intval($hidden), + dbesc(NETWORK_DFRN), intval($contact_id) ); }