|
@@ -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.