Tumblr: Bugfix
This commit is contained in:
+2
-2
@@ -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']);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user