projects
/
quix0rs-gnu-social.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cb0d7e
)
enable user directory and extended profile by default
author
Evan Prodromou
<evan@status.net>
Fri, 8 Apr 2011 21:46:49 +0000
(17:46 -0400)
committer
Evan Prodromou
<evan@status.net>
Fri, 8 Apr 2011 21:46:49 +0000
(17:46 -0400)
lib/default.php
patch
|
blob
|
history
diff --git
a/lib/default.php
b/lib/default.php
index 84eaf3bf2a46d69c289b920de62d42e09de9ab62..be0e4a74e62ee4321baddc748b6730a2573e18f1 100644
(file)
--- 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,