Passed
Push — master ( dda0a9...f0c1fd )
by
unknown
12:20 queued 13s
created
class.meetingrequest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -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.