@@ -2167,7 +2167,8 @@ |
||
| 2167 | 2167 | // Sort the attachments by size to make things easier below |
| 2168 | 2168 | if (!empty($loaded_attachments)) |
| 2169 | 2169 | { |
| 2170 | - uasort($loaded_attachments, function($a, $b) { |
|
| 2170 | + uasort($loaded_attachments, function($a, $b) |
|
| 2171 | + { |
|
| 2171 | 2172 | if ($a['filesize'] == $b['filesize']) |
| 2172 | 2173 | return 0; |
| 2173 | 2174 | return ($a['filesize'] < $b['filesize']) ? -1 : 1; |