bug 266 - unlike some remote services, tumblr title is optional
parent
289243f85f
commit
6803d8344c
BIN
tumblr.tgz
BIN
tumblr.tgz
Binary file not shown.
|
@ -172,7 +172,7 @@ function tumblr_send(&$a,&$b) {
|
||||||
$params = array(
|
$params = array(
|
||||||
'email' => $tmbl_username,
|
'email' => $tmbl_username,
|
||||||
'password' => $tmbl_password,
|
'password' => $tmbl_password,
|
||||||
'title' => (($b['title']) ? $b['title'] : t('Post from Friendica')),
|
'title' => $b['title'],
|
||||||
'type' => 'regular',
|
'type' => 'regular',
|
||||||
'format' => 'html',
|
'format' => 'html',
|
||||||
'generator' => 'Friendica',
|
'generator' => 'Friendica',
|
||||||
|
|
Loading…
Reference in New Issue