forked from friendica/friendica-addons
Fix WSOD twitter
This commit is contained in:
parent
2ac5662ab2
commit
c57c1de3d4
|
@ -791,7 +791,7 @@ function twitter_post_hook(App $a, array &$b)
|
|||
|
||||
function twitter_addon_admin_post(App $a)
|
||||
{
|
||||
$consumerkey = trim($_POST['consumerkey'] ?? : '');
|
||||
$consumerkey = trim($_POST['consumerkey'] ?? '');
|
||||
$consumersecret = trim($_POST['consumersecret'] ?? '');
|
||||
DI::config()->set('twitter', 'consumerkey', $consumerkey);
|
||||
DI::config()->set('twitter', 'consumersecret', $consumersecret);
|
||||
|
|
Loading…
Reference in a new issue