Commit 79806586 authored by mku's avatar mku

ZP-257 #comment Meeting request accepted by iPhone/iPad results in broken organiser #time 1h30m

git-svn-id: https://z-push.org/svn/z-push/trunk@1475 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
parent 31a01570
......@@ -1122,7 +1122,10 @@ class MAPIProvider {
}
//always set the PR_SENT_REPRESENTING_* props so that the attendee status update also works with the webaccess
if (!isset($props[$appointmentprops["representingentryid"]])) {
$p = array($appointmentprops["representingentryid"]);
$representingentryid = $this->getProps($mapimessage, $p);
if (!isset($representingentryid[$appointmentprops["representingentryid"]])) {
$props[$appointmentprops["representingname"]] = Request::GetAuthUser();
$props[$appointmentprops["sentrepresentingemail"]] = Request::GetAuthUser();
$props[$appointmentprops["sentrepresentingaddt"]] = "ZARAFA";
......
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