From e32178d3ceac6ccab7de27af2a88d7df3a462bcc Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Tue, 5 Aug 2014 11:37:39 +0200 Subject: [PATCH] Don't auto-enable Twitter and Facebook bridges (singleuser) Multiuser instances already had them disabled. --- lib/siteprofile.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/siteprofile.php b/lib/siteprofile.php index d2a4a00204..569a4bbaf8 100644 --- a/lib/siteprofile.php +++ b/lib/siteprofile.php @@ -230,8 +230,6 @@ class SingleuserSite extends SiteProfileSettings 'core' => self::corePlugins(), 'default' => array_merge(self::defaultPlugins(), array( 'MobileProfile' => array(), - 'TwitterBridge' => array(), - 'FacebookBridge' => array(), )), 'disable-Directory' => 1, ),