Merge remote-tracking branch 'origin/2.4' into develop

pull/9255/head
Sami Mokaddem 2023-08-11 11:07:59 +02:00
commit 8153ed3c8d
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@ class APIActivityWidget
$begin = new DateTime(date('Y-m-d', strtotime('first day of this year 00:00:00', time())));
} else if (!empty($options['start_date'])) {
$begin = new DateTime($options['start_date']);
$end = [];
if (!empty($options['end_date'])) {
$end = new DateTime($options['end_date']);
}