Fix unassigned variable.

This commit is contained in:
Andrew McMillan 2012-09-10 13:42:23 +12:00
parent 6695b46160
commit 20e3e2d91a

View File

@ -245,6 +245,7 @@ EOSQL;
if ( !$this->IsSchedulingCollection() ) {
$this->WriteCalendarAlarms($dav_id, $vcal);
$this->WriteCalendarAttendees($dav_id, $vcal);
$put_action_type = ($create_resource ? 'INSERT' : 'UPDATE');
if ( $log_action && function_exists('log_caldav_action') ) {
log_caldav_action( $put_action_type, $first->GetPValue('UID'), $user_no, $collection_id, $path );
}