Browse Source

Derp, filesize was always being based on first file

pull/40/head
Fredrick Brennan 10 years ago
parent
commit
c1bc5778dd
  1. 1
      post.php

1
post.php

@ -385,7 +385,6 @@ if (isset($_POST['delete'])) {
error(_('Unrecognized file size determination method.'));
}
$size = $_FILES['file']['size'];
if ($size > $config['max_filesize'])
error(sprintf3($config['error']['filesize'], array(
'sz' => number_format($size),

Loading…
Cancel
Save