summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2010-01-24 18:19:13 -0500
committerBrion Vibber <brion@pobox.com>2010-01-24 16:01:08 -0800
commit49d500e3e18a1520ca9e34d76d2e421b57afcb07 (patch)
tree45a34dfbd1fc42f609d0d13bee5b2a12ad169eeb
parent8dce24c82cb8855425c601c2d9b5e77f3fbc2f3a (diff)
defaults for nickname and wildcard
-rw-r--r--lib/default.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/default.php b/lib/default.php
index 790a5b387..57199b356 100644
--- 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,