|
@@ -658,7 +658,7 @@ |
|
|
block discarded – undo |
|
658
|
658
|
|
|
659
|
659
|
// If this meeting request is received by a delegate then open delegator's store. |
|
660
|
660
|
if (isset($messageprops[PR_RCVD_REPRESENTING_ENTRYID], $messageprops[PR_RECEIVED_BY_ENTRYID]) && |
|
661
|
|
- !compareEntryIds($messageprops[PR_RCVD_REPRESENTING_ENTRYID], $messageprops[PR_RECEIVED_BY_ENTRYID])) { |
|
|
661
|
+ !compareEntryIds($messageprops[PR_RCVD_REPRESENTING_ENTRYID], $messageprops[PR_RECEIVED_BY_ENTRYID])) { |
|
662
|
662
|
$delegatorStore = $this->getDelegatorStore($messageprops[PR_RCVD_REPRESENTING_ENTRYID], [PR_IPM_APPOINTMENT_ENTRYID]); |
|
663
|
663
|
|
|
664
|
664
|
$store = $delegatorStore['store']; |
Please login to merge, or discard this patch.