remove quick-reply-old. it probably doesn't work now, it certainly isn't
maintained. this is an old cruft and if needed, it needs rewriting.
This commit is contained in:
3
post.php
3
post.php
@@ -171,9 +171,6 @@ if (isset($_POST['delete'])) {
|
||||
if (isset($_POST['thread'])) {
|
||||
$post['op'] = false;
|
||||
$post['thread'] = round($_POST['thread']);
|
||||
} elseif ($config['quick_reply'] && isset($_POST['quick-reply'])) {
|
||||
$post['op'] = false;
|
||||
$post['thread'] = round($_POST['quick-reply']);
|
||||
} else
|
||||
$post['op'] = true;
|
||||
|
||||
|
Reference in New Issue
Block a user