]> git.mxchange.org Git - friendica-addons.git/commitdiff
bug 266 - unlike some remote services, tumblr title is optional
authorfriendica <info@friendica.com>
Sun, 5 Feb 2012 21:53:39 +0000 (13:53 -0800)
committerfriendica <info@friendica.com>
Sun, 5 Feb 2012 21:53:39 +0000 (13:53 -0800)
tumblr.tgz
tumblr/tumblr.php

index 7f0c0d3ae3da6943326a948380abdd0216fd0705..a0c2e61939042385fd3d854f5692c0b465588da5 100755 (executable)
Binary files a/tumblr.tgz and b/tumblr.tgz differ
index deba857e5ffe34241c6ea4fee887d493242f14f3..31021842cce105ec87d0034cb750735ab6f3be91 100755 (executable)
@@ -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',