Tumblr: Bugfix

This commit is contained in:
Michael Vogel 2012-04-24 00:50:54 +02:00
parent eeed84f200
commit 8e6f6a1455
1 changed files with 2 additions and 2 deletions

View File

@ -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']);
}