Fixed IM and SMS enabled options to default to true.

This commit is contained in:
Jeffery To 2009-08-07 01:57:43 +08:00
parent 5f293f0e2f
commit 7c9e12a0b8
1 changed files with 2 additions and 2 deletions

View File

@ -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' =>