Commit c53904ad authored by Sebastian Kummer's avatar Sebastian Kummer

Merge pull request #593 in ZP/z-push from...

Merge pull request #593 in ZP/z-push from bugfix/ZP-1286-unable-to-delete-an-appointment-on to develop

* commit 'b0c062a8':
  ZP-1286 Unable to delete an appointment on mobile phone.
parents 1b59bc7d b0c062a8
......@@ -457,7 +457,7 @@ class ImportChangesICS implements IImportChanges {
list(,$sk) = Utils::SplitMessageId($id);
// check if message is in the synchronization interval and/or shared+private
if (!$this->isModificationAllowed($id))
if (!$this->isModificationAllowed($sk))
throw new StatusException(sprintf("ImportChangesICS->ImportMessageDeletion('%s'): Message deletion is not allowed. Deletion not executed.", $id), SYNC_STATUS_OBJECTNOTFOUND);
// check for conflicts
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment