From dc255642513f11dceb781aaec51e4c62fc17e8b7 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Fri, 8 Apr 2011 17:46:49 -0400 Subject: [PATCH] enable user directory and extended profile by default --- lib/default.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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,