]> git.mxchange.org Git - friendica.git/blobdiff - mod/dfrn_notify.php
bug #511 - if birth year supplied but not a month or day, force a sane default. PHP...
[friendica.git] / mod / dfrn_notify.php
index 476212b7afdb17624ac4a2090836915322101160..44761be153855ab5f23b4557d0897091352bc9e7 100644 (file)
@@ -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'])) : '');