Commit 0cbda9d2 authored by mku's avatar mku

ZP-175 #comment Changed note of an occurrence of a recurring appointment won't...

ZP-175 #comment Changed note of an occurrence of a recurring appointment won't be synced to the mobile  #time 1h

git-svn-id: https://z-push.org/svn/z-push/trunk@1406 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
parent 79f6bf97
......@@ -412,7 +412,7 @@ class MAPIProvider {
$exceptionatt = $recurrence->getExceptionAttachment($change["basedate"]);
if($exceptionatt) {
$exceptionobj = mapi_attach_openobj($exceptionatt, 0);
$exception->body = mapi_openproperty($exceptionobj, PR_BODY);
$this->setMessageBodyForType($exceptionobj, SYNC_BODYPREFERENCE_PLAIN, $exception);
}
}
if(isset($change["subject"]))
......
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