mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-04-29 15:51:27 +00:00
Call log_caldav_action for VCARD PUT requests.
This commit is contained in:
parent
096594fac3
commit
c03b882728
@ -134,7 +134,7 @@ $vcard->Write( $row->dav_id, $dest->Exists() );
|
||||
|
||||
$qry->QDo("SELECT write_sync_change( $collection_id, $response_code, :dav_name)", array(':dav_name' => $dest->bound_from() ) );
|
||||
|
||||
if ( isset($log_action) && $log_action && function_exists('log_caldav_action') ) {
|
||||
if ( function_exists('log_caldav_action') ) {
|
||||
log_caldav_action( $put_action_type, $uid, $user_no, $collection_id, $request->path );
|
||||
}
|
||||
else if ( isset($log_action) && $log_action ) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user