From: Evan Prodromou Date: Sun, 16 Jun 2013 02:16:40 +0000 (+0000) Subject: Turn off Activity by default X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=35ff64323076d8b543e12293e7aa2b0733db6c55;p=quix0rs-gnu-social.git Turn off Activity by default --- diff --git a/lib/siteprofile.php b/lib/siteprofile.php index b5c6fc304c..f43f89b1f9 100644 --- a/lib/siteprofile.php +++ b/lib/siteprofile.php @@ -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,