mirror of
https://github.com/friendica/friendica
synced 2025-04-27 13:10:10 +00:00
Move remaining functions
update remaining function calls
This commit is contained in:
parent
1eb7c19c1e
commit
ca76e49c23
19 changed files with 58 additions and 51 deletions
|
@ -219,7 +219,7 @@ class OnePoll
|
|||
}
|
||||
|
||||
|
||||
$res = parse_xml_string($handshake_xml);
|
||||
$res = Network::parseXmlString($handshake_xml);
|
||||
|
||||
if (intval($res->status) == 1) {
|
||||
logger("$url replied status 1 - marking for death ");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue