@@ -121,7 +121,7 @@ |
||
| 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); |