From: Evan Prodromou Date: Fri, 8 Apr 2011 21:46:49 +0000 (-0400) Subject: enable user directory and extended profile by default X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=dc255642513f11dceb781aaec51e4c62fc17e8b7;p=quix0rs-gnu-social.git enable user directory and extended profile by default --- diff --git a/lib/default.php b/lib/default.php index 84eaf3bf2a..be0e4a74e6 100644 --- a/lib/default.php +++ b/lib/default.php @@ -312,7 +312,9 @@ $default = 'QnA' => null, 'SearchSub' => null, 'TagSub' => null, - 'OpenID' => null), + 'OpenID' => null, + 'Directory' => null, + 'ExtendedProfile' => null), 'locale_path' => false, // Set to a path to use *instead of* each plugin's own locale subdirectories 'server' => null, 'sslserver' => null,