defaults for nickname and wildcard

This commit is contained in:
Evan Prodromou 2010-01-24 18:19:13 -05:00 committed by Brion Vibber
parent 8dce24c82c
commit 49d500e3e1
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,8 @@
$default =
array('site' =>
array('name' => 'Just another StatusNet microblog',
'nickname' => 'statusnet',
'wildcard' => null,
'server' => $_server,
'theme' => 'default',
'path' => $_path,