mirror of
https://github.com/friendica/friendica
synced 2025-04-27 21:50:11 +00:00
Capitalized XML
Acronym classes should be capitalized
This commit is contained in:
parent
b8d9509563
commit
bc49fc974c
12 changed files with 235 additions and 235 deletions
|
@ -13,7 +13,7 @@ use Friendica\Core\System;
|
|||
use Friendica\Core\Cache;
|
||||
use Friendica\Core\Config;
|
||||
use Friendica\Database\DBM;
|
||||
use Friendica\Util\Xml;
|
||||
use Friendica\Util\XML;
|
||||
|
||||
use dba;
|
||||
use DomXPath;
|
||||
|
@ -123,7 +123,7 @@ class Probe {
|
|||
return array();
|
||||
}
|
||||
|
||||
$links = Xml::element_to_array($xrd);
|
||||
$links = XML::element_to_array($xrd);
|
||||
if (!isset($links["xrd"]["link"])) {
|
||||
logger("No xrd data found for ".$host, LOGGER_DEBUG);
|
||||
return array();
|
||||
|
@ -705,7 +705,7 @@ class Probe {
|
|||
return false;
|
||||
}
|
||||
|
||||
$xrd_arr = Xml::element_to_array($xrd);
|
||||
$xrd_arr = XML::element_to_array($xrd);
|
||||
if (!isset($xrd_arr["xrd"]["link"])) {
|
||||
logger("No XML webfinger links for ".$url, LOGGER_DEBUG);
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue