enable user directory and extended profile by default

This commit is contained in:
Evan Prodromou 2011-04-08 17:46:49 -04:00
parent 8cb0d7e708
commit dc25564251

View 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,