Browse Source

Accidentally removed important line of code...

pull/40/head
Savetheinternet 13 years ago
parent
commit
ecea978fad
  1. 1
      post.php

1
post.php

@ -209,6 +209,7 @@
$post['password'] = $_POST['password'];
$post['filename'] = get_magic_quotes_gpc() ? stripslashes($_FILES['file']['name']) : $_FILES['file']['name'];
$post['has_file'] = $OP || !empty($_FILES['file']['tmp_name']);
$post['mod'] = isset($_POST['mod']) && $_POST['mod'];
if($config['force_body'] && empty($post['body']))
error($config['error']['tooshort_body']);

Loading…
Cancel
Save