Test Failed
Pull Request — master (#9)
by
unknown
10:27
created
server/includes/core/class.operations.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -2119,9 +2119,9 @@
 block discarded – undo
2119 2119
 						$props = mapi_getprops($message, $properties);
2120 2120
 						// Do not update timezone information if the appointment times haven't changed
2121 2121
 						if (!isset($action['props']['commonstart']) &&
2122
-						    !isset($action['props']['commonend']) &&
2123
-						    !isset($action['props']['startdate']) &&
2124
-						    !isset($action['props']['enddate'])
2122
+							!isset($action['props']['commonend']) &&
2123
+							!isset($action['props']['startdate']) &&
2124
+							!isset($action['props']['enddate'])
2125 2125
 							) {
2126 2126
 							unset($action['props']['tzdefstart'], $action['props']['tzdefend']);
2127 2127
 						}
Please login to merge, or discard this patch.