]> git.mxchange.org Git - friendica-addons.git/commitdiff
Tumblr: Bugfix
authorMichael Vogel <icarus@dabo.de>
Mon, 23 Apr 2012 22:50:54 +0000 (00:50 +0200)
committerMichael Vogel <icarus@dabo.de>
Mon, 23 Apr 2012 22:50:54 +0000 (00:50 +0200)
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']);
                }