mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
Fixed adding an entry that doesn't have an account_id
This commit is contained in:
parent
f9726cefbe
commit
ce08ad632e
@ -85,8 +85,8 @@
|
||||
$db->query ("insert into phpgw_log (log_date, log_user, log_app, log_severity) values "
|
||||
."('". $phpgw->db->to_timestamp(time()
|
||||
)
|
||||
."',".$phpgw->session->account_id
|
||||
.",'".$phpgw_info['flags']['currentapp']."'"
|
||||
."','".$phpgw->session->account_id
|
||||
."','".$phpgw_info['flags']['currentapp']."'"
|
||||
.",'".$this->severity()."'"
|
||||
.")"
|
||||
,__LINE__,__FILE__);
|
||||
|
Loading…
Reference in New Issue
Block a user