summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJeffery To <jeffery.to@gmail.com>2009-10-09 11:16:04 +0800
committerJeffery To <jeffery.to@gmail.com>2009-10-09 11:16:04 +0800
commit2dc66035ba84368ad2b6fa5147ec23c5b147f18f (patch)
tree8936b9f7e9d3f398e0ea8dfd1b5dc3149fb63b77 /lib
parenta6d4adc398d9d2d131df97007452c5c54072ddec (diff)
Fixed twitter defaulting to disabled
Diffstat (limited to 'lib')
-rw-r--r--lib/common.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/common.php b/lib/common.php
index 88d77732f..0b4e03184 100644
--- a/lib/common.php
+++ b/lib/common.php
@@ -196,15 +196,14 @@ $config =
array('enabled' => true),
'sms' =>
array('enabled' => true),
- 'twitter' =>
- array('enabled' => true),
'twitterbridge' =>
array('enabled' => false),
'integration' =>
array('source' => 'StatusNet', # source attribute for Twitter
'taguri' => $_server.',2009'), # base for tag URIs
'twitter' =>
- array('consumer_key' => null,
+ array('enabled' => true,
+ 'consumer_key' => null,
'consumer_secret' => null),
'memcached' =>
array('enabled' => false,