diff options
Diffstat (limited to 'lib')
-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', |