diff options
author | Brion Vibber <brion@pobox.com> | 2010-03-03 09:53:38 -0800 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-03-03 09:53:38 -0800 |
commit | 7313cd909479f771e960466d9194783c9a3158bb (patch) | |
tree | 318734efe06c9de904364f04cb76e1c54b75e269 /lib/default.php | |
parent | 49a872b56f82a3f1ba59f0751c11dfe7754393dd (diff) | |
parent | f3cea2430497e751bc7776fe3abf0603e2b55f8b (diff) |
Merge branch 'testing' of git@gitorious.org:statusnet/mainline
Conflicts:
plugins/OStatus/OStatusPlugin.php
Diffstat (limited to 'lib/default.php')
-rw-r--r-- | lib/default.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/default.php b/lib/default.php index d849055c2..7b50242ae 100644 --- a/lib/default.php +++ b/lib/default.php @@ -177,8 +177,8 @@ $default = array('source' => 'StatusNet', # source attribute for Twitter 'taguri' => null), # base for tag URIs 'twitter' => - array('enabled' => true, - 'consumer_key' => null, + array('signin' => true, + 'consumer_key' => null, 'consumer_secret' => null), 'cache' => array('base' => null), |