Passed
Push — server_release/1/1.4 ( fa038f...715173 )
by
unknown
19:04 queued 09:24
created
html/user/sandbox.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -141,7 +141,7 @@
 block discarded – undo
141 141
         $s = stat($tmp_name);
142 142
         $size = $s['size'];
143 143
         list($exist, $elf) = sandbox_lf_exist($user, $md5);
144
-        if ($exist){
144
+        if ($exist) {
145 145
             $notice .= "<strong>Notice:</strong> Invalid Upload<br/>";
146 146
             $notice .= "You are trying to upload file  <strong>$name</strong><br/>";
147 147
             $notice .= "Another file <strong>$elf</strong> with the same content (md5: $md5) already exists!<br/>";
Please login to merge, or discard this patch.