mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-08 17:38:49 +00:00
Rename DI::httpRequest() into DI::httpClient()
This commit is contained in:
parent
9c266e59cf
commit
adada10eb6
19 changed files with 25 additions and 25 deletions
|
@ -208,7 +208,7 @@ EOT;
|
|||
Logger::log('blogger: data: ' . $xml, Logger::DATA);
|
||||
|
||||
if ($bl_blog !== 'test') {
|
||||
$x = DI::httpRequest()->post($bl_blog, $xml)->getBody();
|
||||
$x = DI::httpClient()->post($bl_blog, $xml)->getBody();
|
||||
}
|
||||
|
||||
Logger::log('posted to blogger: ' . (($x) ? $x : ''), Logger::DEBUG);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue