mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-04-28 15:40:14 +00:00
Fix syntax
This commit is contained in:
parent
8e7866c550
commit
65ce5d443e
@ -1684,7 +1684,7 @@ EOSQL;
|
||||
return false;
|
||||
}
|
||||
$qry->QDo("SELECT write_sync_change( :collection_id, $sync_change, :dav_name)",
|
||||
array(':collection_id' => $collection_id, :dav_name' => $path ) );
|
||||
array(':collection_id' => $collection_id, ':dav_name' => $path ) );
|
||||
$qry->Commit();
|
||||
|
||||
if ( function_exists('post_commit_action') ) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user