Fix posting to wordpress

This commit is contained in:
Michael 2018-11-24 00:21:51 +00:00
parent 1375847d54
commit 148ca9d670
1 changed files with 3 additions and 3 deletions

View File

@ -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'])) {
return;
}