]> git.mxchange.org Git - friendica-addons.git/blobdiff - tumblr/tumblr.php
Brought README up to date.
[friendica-addons.git] / tumblr / tumblr.php
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',