Fix errors in wppost addon

This commit is contained in:
Art4 2024-11-30 20:36:58 +00:00
parent b6a47699bf
commit 15c21cebb1

View file

@ -259,9 +259,11 @@ EOT;
Logger::debug('wppost: data: ' . $xml);
$x = '';
if ($wp_blog !== 'test') {
$x = DI::httpClient()->post($wp_blog, $xml)->getBodyString();
}
Logger::info('posted to wordpress: ' . (($x) ? $x : ''));
Logger::info('posted to wordpress: ' . $x);
}
}