mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-21 23:43:42 +00:00
Unused variable removed
This commit is contained in:
parent
9183371062
commit
c8b6e7661b
1 changed files with 0 additions and 4 deletions
|
@ -403,10 +403,6 @@ function tumblr_send(array &$b)
|
|||
'<p>' . $params['caption'] . '</p>';
|
||||
}
|
||||
|
||||
if (empty($params['caption']) && !empty($siteinfo['description'])) {
|
||||
$params['caption'] = BBCode::convertForUriId($b['uri-id'], '[quote]' . $siteinfo['description'] . '[/quote]', BBCode::CONNECTORS);
|
||||
}
|
||||
|
||||
$consumer_key = DI::config()->get('tumblr', 'consumer_key');
|
||||
$consumer_secret = DI::config()->get('tumblr', 'consumer_secret');
|
||||
|
||||
|
|
Loading…
Reference in a new issue