mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-20 01:44:15 +00:00
Fix unassigned variable.
This commit is contained in:
parent
6695b46160
commit
20e3e2d91a
@ -245,6 +245,7 @@ EOSQL;
|
|||||||
if ( !$this->IsSchedulingCollection() ) {
|
if ( !$this->IsSchedulingCollection() ) {
|
||||||
$this->WriteCalendarAlarms($dav_id, $vcal);
|
$this->WriteCalendarAlarms($dav_id, $vcal);
|
||||||
$this->WriteCalendarAttendees($dav_id, $vcal);
|
$this->WriteCalendarAttendees($dav_id, $vcal);
|
||||||
|
$put_action_type = ($create_resource ? 'INSERT' : 'UPDATE');
|
||||||
if ( $log_action && function_exists('log_caldav_action') ) {
|
if ( $log_action && function_exists('log_caldav_action') ) {
|
||||||
log_caldav_action( $put_action_type, $first->GetPValue('UID'), $user_no, $collection_id, $path );
|
log_caldav_action( $put_action_type, $first->GetPValue('UID'), $user_no, $collection_id, $path );
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user