diff options
author | Zach Copley <zach@status.net> | 2009-10-17 00:32:02 +0000 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2009-10-17 00:32:02 +0000 |
commit | 109a54c4f08177cce82ef0f4a4ec8cd41ed2ecec (patch) | |
tree | 4075875ea6c97a8f8d25cee32dbe8f665ece8b7b /lib/default.php | |
parent | 0bbc05c1d57b0471c1d1f33ad0d1e00cd7d57e5c (diff) |
Changed config flag for importing friends' timeline and added some comments
Diffstat (limited to 'lib/default.php')
-rw-r--r-- | lib/default.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/default.php b/lib/default.php index 9f3d4b1f9..68029c977 100644 --- a/lib/default.php +++ b/lib/default.php @@ -140,7 +140,7 @@ $default = array('enabled' => true), 'sms' => array('enabled' => true), - 'twitterbridge' => + 'twitterimport' => array('enabled' => false), 'integration' => array('source' => 'StatusNet', # source attribute for Twitter |