From a093dea38c9a6b5af6d169ccfb5ea14eec76ada1 Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Fri, 17 Jul 2015 12:46:24 +0200 Subject: [PATCH] ExtendedProfile is not something we want by default. --- lib/siteprofile.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/siteprofile.php b/lib/siteprofile.php index 4bbffea754..a2c09efb2f 100644 --- a/lib/siteprofile.php +++ b/lib/siteprofile.php @@ -110,7 +110,6 @@ class PublicSite extends SiteProfileSettings 'plugins' => array( 'core' => self::corePlugins(), 'default' => array_merge(self::defaultPlugins(), array( - 'ExtendedProfile' => array(), 'RegisterThrottle' => array(), )) ),