diff options
author | Zach Copley <zach@status.net> | 2010-03-01 21:52:31 -0800 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2010-03-01 21:52:31 -0800 |
commit | 871b3aa6c00b38e1782949e201e5cbca7fb7a524 (patch) | |
tree | b74e8bb365e88f36938c862c465fde2e60fa1bb2 /lib/default.php | |
parent | 6b2d67216ef7d550921f813981f7744d1687be78 (diff) |
Remove un-needed config variable for enabling/disabling Twitter integration
Diffstat (limited to 'lib/default.php')
-rw-r--r-- | lib/default.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/default.php b/lib/default.php index 668206acf..7b50242ae 100644 --- a/lib/default.php +++ b/lib/default.php @@ -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' => |