]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
enable user directory and extended profile by default
authorEvan Prodromou <evan@status.net>
Fri, 8 Apr 2011 21:46:49 +0000 (17:46 -0400)
committerEvan Prodromou <evan@status.net>
Fri, 8 Apr 2011 21:46:49 +0000 (17:46 -0400)
lib/default.php

index 84eaf3bf2a46d69c289b920de62d42e09de9ab62..be0e4a74e62ee4321baddc748b6730a2573e18f1 100644 (file)
@@ -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,