]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Turn off Activity by default
authorEvan Prodromou <evan@e14n.com>
Sun, 16 Jun 2013 02:16:40 +0000 (02:16 +0000)
committerEvan Prodromou <evan@e14n.com>
Sun, 16 Jun 2013 02:16:40 +0000 (02:16 +0000)
lib/siteprofile.php

index b5c6fc304cbe827538a5aa01d95ee492d01cf669..f43f89b1f940d8986e0e1488727f434f27bc40bf 100644 (file)
@@ -99,7 +99,6 @@ class PublicSite extends SiteProfileSettings
             ),
             'plugins' => array(
                 'default' => array(
-                    'Activity'                => null,
                     'Bookmark'                => null,
                     'ClientSideShorten'       => null,
                     'Directory'               => null,
@@ -145,7 +144,6 @@ class PrivateSite extends SiteProfileSettings
             ),
             'plugins' => array(
                 'default' => array(
-                    'Activity'                => null,
                     'Bookmark'                => null,
                     'ClientSideShorten'       => null,
                     'Directory'               => null,
@@ -208,7 +206,6 @@ class CommunitySite extends SiteProfileSettings
             ),
             'plugins' => array(
                 'default' => array(
-                    'Activity'                => null,
                     'Bookmark'                => null,
                     'ClientSideShorten'       => null,
                     'Directory'               => null,
@@ -253,7 +250,6 @@ class SingleuserSite extends SiteProfileSettings
             ),
             'plugins' => array(
                 'default' => array(
-                    'Activity'                => null,
                     'Bookmark'                => null,
                     'ClientSideShorten'       => null,
                     'Event'                   => null,