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

View File

@ -186,9 +186,9 @@ $config =
'emailpost' => 'emailpost' =>
array('enabled' => true), array('enabled' => true),
'sms' => 'sms' =>
array('enabled' => false), array('enabled' => true),
'twitter' => 'twitter' =>
array('enabled' => false), array('enabled' => true),
'twitterbridge' => 'twitterbridge' =>
array('enabled' => false), array('enabled' => false),
'integration' => 'integration' =>