Commit 23f23871 authored by Sebastian Kummer's avatar Sebastian Kummer

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

Merge pull request #672 in ZP/z-push from bugfix/ZP-1379-undefined-offset-warnings-when-impersonating to develop

* commit '594690a2':
  ZP-1379 Undefined offset warnings when impersonating.
parents 3ac8c74b 594690a2
...@@ -2805,6 +2805,9 @@ class MAPIProvider { ...@@ -2805,6 +2805,9 @@ class MAPIProvider {
if(!isset($this->storeProps[PR_IPM_OUTBOX_ENTRYID])) { if(!isset($this->storeProps[PR_IPM_OUTBOX_ENTRYID])) {
$this->storeProps[PR_IPM_OUTBOX_ENTRYID] = false; $this->storeProps[PR_IPM_OUTBOX_ENTRYID] = false;
} }
if(!isset($this->storeProps[PR_IPM_PUBLIC_FOLDERS_ENTRYID])) {
$this->storeProps[PR_IPM_PUBLIC_FOLDERS_ENTRYID] = false;
}
} }
return $this->storeProps; return $this->storeProps;
} }
......
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