Move post_url
move post_url function
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user