From: Michael Vogel Date: Mon, 23 Apr 2012 22:50:54 +0000 (+0200) Subject: Tumblr: Bugfix X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8e6f6a14559cc77ebc16005af75ed491d3b3cbe6;p=friendica-addons.git Tumblr: Bugfix --- diff --git a/tumblr/tumblr.php b/tumblr/tumblr.php index 85191f74..95755e39 100755 --- a/tumblr/tumblr.php +++ b/tumblr/tumblr.php @@ -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']); }