Remove un-needed config variable for enabling/disabling Twitter integration

This commit is contained in:
Zach Copley
2010-03-01 21:52:31 -08:00
parent 6b2d67216e
commit 871b3aa6c0
4 changed files with 1 additions and 8 deletions

View File

@@ -177,8 +177,7 @@ $default =
array('source' => 'StatusNet', # source attribute for Twitter
'taguri' => null), # base for tag URIs
'twitter' =>
array('enabled' => true,
'signin' => true,
array('signin' => true,
'consumer_key' => null,
'consumer_secret' => null),
'cache' =>