mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-11 01:24:27 +02: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
|
@ -8,7 +8,7 @@ use Friendica\App;
|
|||
use Friendica\Core\System;
|
||||
use Friendica\Core\Config;
|
||||
use Friendica\Network\Probe;
|
||||
use Friendica\Util\Xml;
|
||||
use Friendica\Util\XML;
|
||||
|
||||
/**
|
||||
* @brief Curl wrapper
|
||||
|
@ -414,7 +414,7 @@ function xml_status($st, $message = '')
|
|||
|
||||
$xmldata = array("result" => $result);
|
||||
|
||||
echo Xml::from_array($xmldata, $xml);
|
||||
echo XML::from_array($xmldata, $xml);
|
||||
|
||||
killme();
|
||||
}
|
||||
|
@ -570,7 +570,8 @@ function allowed_url($url)
|
|||
* Checks if the provided url domain is on the domain blocklist.
|
||||
* Returns true if it is or malformed URL, false if not.
|
||||
*
|
||||
* @param string $url The url to check the domain from
|
||||
* @param string $url The url to check the domain from
|
||||
*
|
||||
* @return boolean
|
||||
*/
|
||||
function blocked_url($url)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue