mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-27 16:29:22 +01:00
fixed bug: missing param 5 in egw_db::insert, which stoped login, if display errors is on
This commit is contained in:
parent
021e0f0aea
commit
e9cfc86e19
@ -619,7 +619,7 @@
|
||||
'li' => $now,
|
||||
'lo' => 0,
|
||||
'account_id'=> $account_id,
|
||||
),__LINE__,__FILE__);
|
||||
),false,__LINE__,__FILE__);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user