diff options
author | Jeffery To <jeffery.to@gmail.com> | 2009-08-07 01:57:43 +0800 |
---|---|---|
committer | Jeffery To <jeffery.to@gmail.com> | 2009-08-07 01:57:43 +0800 |
commit | 7c9e12a0b8117809d559e1120b5f4f0cf578e646 (patch) | |
tree | 12e0dee8ac294cac3790ccbf8557a762bbee2267 /lib/common.php | |
parent | 5f293f0e2fd0561caa940c9799fad623ce953a60 (diff) |
Fixed IM and SMS enabled options to default to true.
Diffstat (limited to 'lib/common.php')
-rw-r--r-- | lib/common.php | 4 |
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' => |