forked from friendica/friendica-addons
Fix posting to wordpress
This commit is contained in:
parent
1375847d54
commit
148ca9d670
|
@ -218,8 +218,8 @@ function wppost_post_local(&$a, &$b) {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
function wppost_send(&$a,&$b) {
|
function wppost_send(&$a, &$b)
|
||||||
|
{
|
||||||
if($b['deleted'] || $b['private'] || ($b['created'] !== $b['edited'])) {
|
if($b['deleted'] || $b['private'] || ($b['created'] !== $b['edited'])) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue