mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
* Setup: Fix error "[] operator not supported for strings" for setup page
This commit is contained in:
parent
a15070d478
commit
14bd6785d2
@ -992,7 +992,7 @@ class setup
|
|||||||
'account_primary_group' => $primary_group_id,
|
'account_primary_group' => $primary_group_id,
|
||||||
'account_expires' => -1,
|
'account_expires' => -1,
|
||||||
'account_email' => $email,
|
'account_email' => $email,
|
||||||
'account_members' => ''
|
'account_members' => array()
|
||||||
);
|
);
|
||||||
if (!($accountid = $this->accounts->save($account)))
|
if (!($accountid = $this->accounts->save($account)))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user