forked from friendica/friendica-addons
Tumblr: Bugfix
This commit is contained in:
parent
eeed84f200
commit
8e6f6a1455
|
@ -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']);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue