]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fixed twitter defaulting to disabled
authorJeffery To <jeffery.to@gmail.com>
Fri, 9 Oct 2009 03:16:04 +0000 (11:16 +0800)
committerJeffery To <jeffery.to@gmail.com>
Fri, 9 Oct 2009 03:16:04 +0000 (11:16 +0800)
lib/common.php

index 88d77732f4cda50508fe33e94585048baf56454c..0b4e031845b287723eeeceb0ae3b72a5f855b2fc 100644 (file)
@@ -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,