Vergleich printthread.php - 1.8.13 - 1.8.22

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 25Zeile 25

$thread = get_thread($mybb->get_input('tid', MyBB::INPUT_INT));



$thread = get_thread($mybb->get_input('tid', MyBB::INPUT_INT));


if(!$thread)

if(!$thread || $thread['visible'] == -1)

{
error($lang->error_invalidthread);
}

{
error($lang->error_invalidthread);
}