From: Jeffery To Date: Thu, 6 Aug 2009 17:57:43 +0000 (+0800) Subject: Fixed IM and SMS enabled options to default to true. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7c9e12a0b8117809d559e1120b5f4f0cf578e646;p=quix0rs-gnu-social.git Fixed IM and SMS enabled options to default to true. --- diff --git a/lib/common.php b/lib/common.php index 6d20534ae7..be30519f47 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' =>