Test Failed
Pull Request — master (#9)
by
unknown
10:27
created
server/includes/core/class.operations.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2102,7 +2102,8 @@
 block discarded – undo
2102 2102
 			if (!empty($action['props']['timezone_iana'])) {
2103 2103
 				try {
2104 2104
 					$tzdef = mapi_ianatz_to_tzdef($action['props']['timezone_iana']);
2105
-				} catch (Exception $e) {
2105
+				}
2106
+				catch (Exception $e) {
2106 2107
 				}
2107 2108
 				if ($tzdef !== false) {
2108 2109
 					$action['props']['tzdefstart'] = $action['props']['tzdefend'] = bin2hex($tzdef);
Please login to merge, or discard this patch.