X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fsalmon.php;h=988c542e2d4136558503ab6ff0165c2324607100;hb=0ed93df91fcf6cfc1d65ee3e013e4f79eae55ef7;hp=7574374907eabf3f4cca2789b5be712dfebadee5;hpb=d2a593b4a03442ce16c6227cb29d79b496c04d2d;p=friendica.git diff --git a/include/salmon.php b/include/salmon.php index 7574374907..988c542e2d 100644 --- a/include/salmon.php +++ b/include/salmon.php @@ -66,8 +66,6 @@ function get_salmon_key($uri,$keyhash) { function slapper($owner,$url,$slap) { - logger('slapper called for '.$url.'. Data: ' . $slap); - // does contact have a salmon endpoint? if(! strlen($url)) @@ -80,22 +78,7 @@ function slapper($owner,$url,$slap) { return; } - // add all namespaces to item - -$namespaces = <<< EOT - > -EOT; - - $slap = str_replace('',$namespaces,$slap); + logger('slapper called for '.$url.'. Data: ' . $slap); // create a magic envelope