Vergleich xmlhttp.php - 1.8.17 - 1.8.18
Zeile 436 | Zeile 436 |
---|---|
$post = get_post($mybb->get_input('pid', MyBB::INPUT_INT)); |
$post = get_post($mybb->get_input('pid', MyBB::INPUT_INT)); |
if(!$post) | if(!$post || $post['visible'] == -1) |
{ | { |