summaryrefslogtreecommitdiff
path: root/lib/common.php
diff options
context:
space:
mode:
authorJeffery To <jeffery.to@gmail.com>2009-08-07 01:57:43 +0800
committerJeffery To <jeffery.to@gmail.com>2009-08-07 01:57:43 +0800
commit7c9e12a0b8117809d559e1120b5f4f0cf578e646 (patch)
tree12e0dee8ac294cac3790ccbf8557a762bbee2267 /lib/common.php
parent5f293f0e2fd0561caa940c9799fad623ce953a60 (diff)
Fixed IM and SMS enabled options to default to true.
Diffstat (limited to 'lib/common.php')
-rw-r--r--lib/common.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/common.php b/lib/common.php
index 6d20534ae..be30519f4 100644
--- a/lib/common.php
+++ b/lib/common.php
@@ -186,9 +186,9 @@ $config =
'emailpost' =>
array('enabled' => true),
'sms' =>
- array('enabled' => false),
+ array('enabled' => true),
'twitter' =>
- array('enabled' => false),
+ array('enabled' => true),
'twitterbridge' =>
array('enabled' => false),
'integration' =>