From: friendica Date: Sun, 5 Feb 2012 21:53:39 +0000 (-0800) Subject: bug 266 - unlike some remote services, tumblr title is optional X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6803d8344ce11806bb1ba27dcecb70ce64354306;p=friendica-addons.git bug 266 - unlike some remote services, tumblr title is optional --- diff --git a/tumblr.tgz b/tumblr.tgz index 7f0c0d3a..a0c2e619 100755 Binary files a/tumblr.tgz and b/tumblr.tgz differ diff --git a/tumblr/tumblr.php b/tumblr/tumblr.php index deba857e..31021842 100755 --- a/tumblr/tumblr.php +++ b/tumblr/tumblr.php @@ -172,7 +172,7 @@ function tumblr_send(&$a,&$b) { $params = array( 'email' => $tmbl_username, 'password' => $tmbl_password, - 'title' => (($b['title']) ? $b['title'] : t('Post from Friendica')), + 'title' => $b['title'], 'type' => 'regular', 'format' => 'html', 'generator' => 'Friendica',