Passed
Push — master ( 1e5aa5...6745d5 )
by
unknown
15:29
created
server/includes/modules/class.advancedsearchlistmodule.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -121,7 +121,7 @@
 block discarded – undo
121 121
 					try {
122 122
 						$folder = mapi_msgstore_openentry($store, $entryid);
123 123
 					}
124
-					catch(Exception) {
124
+					catch (Exception) {
125 125
 						// Probably trying to open a store without having appropriate permissions.
126 126
 						// Try to open the inbox instead.
127 127
 						$folder = mapi_msgstore_getreceivefolder($store);
Please login to merge, or discard this patch.