mirror of
https://github.com/friendica/friendica
synced 2025-04-24 23:10: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\NotificationsManager;
|
|||
use Friendica\Core\Worker;
|
||||
use Friendica\Database\DBM;
|
||||
use Friendica\Protocol\Diaspora;
|
||||
use Friendica\Util\Xml;
|
||||
use Friendica\Util\XML;
|
||||
|
||||
require_once 'include/HTTPExceptions.php';
|
||||
require_once 'include/bbcode.php';
|
||||
|
@ -901,7 +901,7 @@ function api_create_xml($data, $root_element)
|
|||
|
||||
$data3 = array($root_element => $data2);
|
||||
|
||||
$ret = Xml::from_array($data3, $xml, false, $namespaces);
|
||||
$ret = XML::from_array($data3, $xml, false, $namespaces);
|
||||
return $ret;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue