]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Don't auto-enable Twitter and Facebook bridges (singleuser)
authorMikael Nordfeldth <mmn@hethane.se>
Tue, 5 Aug 2014 09:37:39 +0000 (11:37 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Tue, 5 Aug 2014 09:37:39 +0000 (11:37 +0200)
Multiuser instances already had them disabled.

lib/siteprofile.php

index d2a4a00204d34f33ba48c1998be2467f740bed1a..569a4bbaf8d56f9eb987821784352822e137c8f2 100644 (file)
@@ -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,
             ),