X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=posterous%2Fposterous.php;h=7ff95948f646d87682589c04f5cb58a70f59cf17;hb=db0a00778639192d00db612e7b094e92151aedab;hp=25a009c5145f25b303654e7173deb063db741694;hpb=6e280e71433431b3ff297f8be2c2ee05f1cfba7f;p=friendica-addons.git diff --git a/posterous/posterous.php b/posterous/posterous.php index 25a009c5..7ff95948 100755 --- a/posterous/posterous.php +++ b/posterous/posterous.php @@ -33,7 +33,7 @@ function posterous_jot_nets(&$a,&$b) { if(intval($pstr_post) == 1) { $pstr_defpost = get_pconfig(local_user(),'posterous','post_by_default'); $selected = ((intval($pstr_defpost) == 1) ? ' checked="checked" ' : ''); - $b .= '
' + $b .= '
' . t('Post to Posterous') . '
'; } } @@ -153,9 +153,6 @@ function posterous_post_local(&$a,&$b) { function posterous_send(&$a,&$b) { - logger('posterous_send: invoked'); - return; - if($b['deleted'] || $b['private'] || ($b['created'] !== $b['edited'])) return;