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