]> git.mxchange.org Git - friendica.git/blobdiff - src/Protocol/DFRN.php
Move post_url
[friendica.git] / src / Protocol / DFRN.php
index 4289769e4117ee5af4535631d2979dd576b0958f..aed68e704f52e8db2626773b067a6803fde7b50b 100644 (file)
@@ -1333,7 +1333,7 @@ class DFRN
 
                logger('dfrn_deliver: ' . "SENDING: " . print_r($postvars, true), LOGGER_DATA);
 
-               $xml = post_url($contact['notify'], $postvars);
+               $xml = Network::postURL($contact['notify'], $postvars);
 
                logger('dfrn_deliver: ' . "RECEIVED: " . $xml, LOGGER_DATA);