Bugfixing for CurlResult

This commit is contained in:
Philipp Holzer
2018-10-11 07:40:57 +02:00
parent ce2af45897
commit 2e8d9ba39b
9 changed files with 13 additions and 14 deletions

View File

@@ -205,7 +205,7 @@ EOT;
logger('blogger: data: ' . $xml, LOGGER_DATA);
if ($bl_blog !== 'test') {
$x = Network::post($bl_blog, $xml);
$x = Network::post($bl_blog, $xml)->getBody();
}
logger('posted to blogger: ' . (($x) ? $x : ''), LOGGER_DEBUG);