ejabberd: Fix for empty admins parameter
This commit is contained in:
parent
3bc9793a6c
commit
f1b717c419
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ class ejabberd(
|
|||
$collab=false,
|
||||
$package=undef,
|
||||
$hosts=[$::homename],
|
||||
$admins=[],
|
||||
$admins=undef,
|
||||
$webhosts=undef,
|
||||
$auth='internal',
|
||||
$extauth=undef,
|
||||
|
|
Loading…
Add table
Reference in a new issue