]> git.mxchange.org Git - friendica.git/blobdiff - mod/receive.php
Merge branch 'fixes/poller-warning' into rhaeder-develop
[friendica.git] / mod / receive.php
index 3a30058cdc18fecbe0b30f2025a2fb3d7eadfaeb..95a51016757da46217f277e4b641799c43b1ec2c 100644 (file)
@@ -9,7 +9,7 @@ require_once('include/salmon.php');
 require_once('include/crypto.php');
 require_once('include/diaspora.php');
 
-if(! function_exists('receive_post')) {
+
 function receive_post(&$a) {
 
 
@@ -73,4 +73,4 @@ function receive_post(&$a) {
        http_status_exit(($ret) ? $ret : 200);
        // NOTREACHED
 }
-}
+