From a85470b172c26408c061116f82c5fbd0085ee0ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20H=C3=A4der?= Date: Wed, 14 Dec 2016 16:36:32 +0100 Subject: [PATCH] Opps, this has vanished by accident, thanks to @annando MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- mod/dfrn_request.php | 2 ++ 1 file changed, 2 insertions(+) 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),