Passed
Push — master ( aa568e...3f6837 )
by
unknown
12:35 queued 01:39
created
server/includes/modules/class.createmailitemmodule.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -211,7 +211,7 @@
 block discarded – undo
211 211
 								$data["info"]['display_message'] = _("You don't have the permission to complete this action");
212 212
 								$this->addActionData("error", $data);
213 213
 							}
214
-							if($error === "ecQuotaExceeded") {
214
+							if ($error === "ecQuotaExceeded") {
215 215
 								// Handling error: Send quota error
216 216
 								$data = [];
217 217
 								$data["type"] = 1; // MAPI
Please login to merge, or discard this patch.