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:
238998e
)
defaults for nickname and wildcard
author
Evan Prodromou
<evan@status.net>
Sun, 24 Jan 2010 23:19:13 +0000
(18:19 -0500)
committer
Evan Prodromou
<evan@status.net>
Sun, 24 Jan 2010 23:19:13 +0000
(18:19 -0500)
lib/default.php
patch
|
blob
|
history
diff --git
a/lib/default.php
b/lib/default.php
index 0cb70de2d2a4091647c7583aa17a870fe8d505ba..e3a043de120208e08cdb096977ec07720487988b 100644
(file)
--- a/
lib/default.php
+++ b/
lib/default.php
@@
-30,6
+30,8
@@
$default =
array('site' =>
array('name' => 'Just another StatusNet microblog',
+ 'nickname' => 'statusnet',
+ 'wildcard' => null,
'server' => $_server,
'theme' => 'default',
'path' => $_path,