mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 08:23:12 +01:00
fix wrong colum "notification_created" has to be "notify_created"
This commit is contained in:
parent
0a06361625
commit
f90f1dea48
@ -233,7 +233,7 @@ class notifications_ajax
|
||||
|
||||
// cleanup messages older than our cut-off-date
|
||||
$this->db->delete(self::_notification_table, [
|
||||
'notification_created <= '.$cut_off,
|
||||
'notify_created <= '.$cut_off,
|
||||
'notify_type' => self::_type
|
||||
], __LINE__, __FILE__, self::_appname);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user