@@ -2261,7 +2261,8 @@ |
||
| 2261 | 2261 | // Sort the attachments by size to make things easier below |
| 2262 | 2262 | if (!empty($loaded_attachments)) |
| 2263 | 2263 | { |
| 2264 | - uasort($loaded_attachments, function($a, $b) { |
|
| 2264 | + uasort($loaded_attachments, function($a, $b) |
|
| 2265 | + { |
|
| 2265 | 2266 | if ($a['filesize'] == $b['filesize']) |
| 2266 | 2267 | return 0; |
| 2267 | 2268 | return ($a['filesize'] < $b['filesize']) ? -1 : 1; |