mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-12-22 19:10:15 +00:00
Fix errors in wppost addon
This commit is contained in:
parent
2f89827dea
commit
a71db771d9
1 changed files with 3 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue