X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fdfrn_notify.php;h=44761be153855ab5f23b4557d0897091352bc9e7;hb=c9307eb96a1cd6f0f99ef01127a3ec6d356543ef;hp=476212b7afdb17624ac4a2090836915322101160;hpb=7de5c7ebe1fba7757f06762d26dae478c9de5389;p=friendica.git diff --git a/mod/dfrn_notify.php b/mod/dfrn_notify.php index 476212b7af..44761be153 100644 --- a/mod/dfrn_notify.php +++ b/mod/dfrn_notify.php @@ -6,7 +6,7 @@ require_once('include/event.php'); function dfrn_notify_post(&$a) { - + logger(__function__, LOGGER_TRACE); $dfrn_id = ((x($_POST,'dfrn_id')) ? notags(trim($_POST['dfrn_id'])) : ''); $dfrn_version = ((x($_POST,'dfrn_version')) ? (float) $_POST['dfrn_version'] : 2.0); $challenge = ((x($_POST,'challenge')) ? notags(trim($_POST['challenge'])) : '');