Fix syntax

This commit is contained in:
Andrew Ruthven 2019-11-26 22:51:37 +13:00
parent 8e7866c550
commit 65ce5d443e

View File

@ -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') ) {