diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-07-16 16:55:41 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-07-16 16:55:41 -0400 |
commit | 0b1528382ba5b22e0d860018cb5c888d7128999b (patch) | |
tree | a78e3c2c5812f14631ae9594cc1b0c05cdf9273e | |
parent | 265d267d8192b5674cf974e0d0429cdf50087cc2 (diff) |
default value for avatar server
darcs-hash:20080716205541-84dde-1c98befb2d53613fe1b161d479b8f91adbfb7f6c.gz
-rw-r--r-- | lib/common.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/common.php b/lib/common.php index 88f398cba..14fb2093f 100644 --- a/lib/common.php +++ b/lib/common.php @@ -60,6 +60,8 @@ $config = 'params' => NULL), 'nickname' => array('blacklist' => array()), + 'avatar' => + array('server' => NULL), 'xmpp' => array('enabled' => false, 'server' => 'INVALID SERVER', |