From: Roland Häder Date: Wed, 14 Dec 2016 15:36:32 +0000 (+0100) Subject: Opps, this has vanished by accident, thanks to @annando X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a85470b172c26408c061116f82c5fbd0085ee0ae;p=friendica.git Opps, this has vanished by accident, thanks to @annando Signed-off-by: Roland Häder --- diff --git a/mod/dfrn_request.php b/mod/dfrn_request.php index 390eaff86d..7525f8389f 100644 --- a/mod/dfrn_request.php +++ b/mod/dfrn_request.php @@ -465,6 +465,8 @@ function dfrn_request_post(&$a) { $network = NETWORK_DFRN; } + logger('dfrn_request: url: ' . $url . ',network=' . $network, LOGGER_DEBUG); + if($network === NETWORK_DFRN) { $ret = q("SELECT * FROM `contact` WHERE `uid` = %d AND `url` = '%s' AND `self` = 0 LIMIT 1", intval($uid),