]> git.mxchange.org Git - friendica-addons.git/blobdiff - posterous/posterous.php
Birthday cake smiley.
[friendica-addons.git] / posterous / posterous.php
index 25a009c5145f25b303654e7173deb063db741694..7ff95948f646d87682589c04f5cb58a70f59cf17 100755 (executable)
@@ -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 .= '<div class="profile-jot-net"><input type="checkbox" name="posterous_enable"' . $selected . 'value="1" /> '
+        $b .= '<div class="profile-jot-net"><input type="checkbox" name="posterous_enable"' . $selected . ' value="1" /> '
             . t('Post to Posterous') . '</div>';
     }
 }
@@ -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;