]> git.mxchange.org Git - friendica-addons.git/blobdiff - tumblr/tumblr.php
Tumblr: Bugfix
[friendica-addons.git] / tumblr / tumblr.php
index 85191f7470411d0087ce35845dfafdf3bb204c9f..95755e3988f3a61bef405e2b85f1f3c95ab2d4b5 100755 (executable)
@@ -185,12 +185,12 @@ function tumblr_send(&$a,&$b) {
 
                if ($link != '') {
                        $params['type'] = "link";
-                       $params['name'] = $b['title'],
+                       $params['name'] = $b['title'];
                        $params['url'] = $link;
                        $params['description'] = bbcode($b['body']);
                } else {
                        $params['type'] = "regular";
-                       $params['title'] = $b['title'],
+                       $params['title'] = $b['title'];
                        $params['body'] = bbcode($b['body']);
                }