Passed
Push — master ( 33f629...3a2276 )
by
unknown
15:39
created
server/includes/modules/class.appointmentlistmodule.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -153,7 +153,8 @@
 block discarded – undo
153 153
 				if (!empty($action["timezone_iana"])) {
154 154
 					try {
155 155
 						$this->tzdef = mapi_ianatz_to_tzdef($action['timezone_iana']);
156
-					} catch (Exception $e) {
156
+					}
157
+					catch (Exception $e) {
157 158
 					}
158 159
 				}
159 160
 
Please login to merge, or discard this patch.
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.