From: Mikael Nordfeldth Date: Fri, 17 Jul 2015 10:46:24 +0000 (+0200) Subject: ExtendedProfile is not something we want by default. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a093dea38c9a6b5af6d169ccfb5ea14eec76ada1;p=quix0rs-gnu-social.git ExtendedProfile is not something we want by default. --- 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(), )) ),