Commit 594690a2 authored by Manfred Kutas's avatar Manfred Kutas

ZP-1379 Undefined offset warnings when impersonating.

Released under the Affero GNU General Public License (AGPL) version 3.
parent 1ecfcba2
...@@ -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