Fix: Wrong array element / added logging for DFRN connects (#5609)
This commit is contained in:
committed by
Hypolite Petovan
parent
1ca8d573e6
commit
116bcae6ab
@@ -224,7 +224,7 @@ function cal_content(App $a)
|
||||
|
||||
// get events by id or by date
|
||||
if ($event_params['event_id']) {
|
||||
$r = Event::getListById($owner_uid, $event_params['event-id'], $sql_extra);
|
||||
$r = Event::getListById($owner_uid, $event_params['event_id'], $sql_extra);
|
||||
} else {
|
||||
$r = Event::getListByDate($owner_uid, $event_params, $sql_extra);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user