commit
ef71f4681e
|
@ -791,7 +791,7 @@ function twitter_post_hook(App $a, array &$b)
|
||||||
|
|
||||||
function twitter_addon_admin_post(App $a)
|
function twitter_addon_admin_post(App $a)
|
||||||
{
|
{
|
||||||
$consumerkey = trim($_POST['consumerkey'] ?? : '');
|
$consumerkey = trim($_POST['consumerkey'] ?? '');
|
||||||
$consumersecret = trim($_POST['consumersecret'] ?? '');
|
$consumersecret = trim($_POST['consumersecret'] ?? '');
|
||||||
DI::config()->set('twitter', 'consumerkey', $consumerkey);
|
DI::config()->set('twitter', 'consumerkey', $consumerkey);
|
||||||
DI::config()->set('twitter', 'consumersecret', $consumersecret);
|
DI::config()->set('twitter', 'consumersecret', $consumersecret);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user