Vergleich syndication.php - 1.8.3 - 1.8.12

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 35Zeile 35
}
else
{

}
else
{

	$thread_limit = $mybb->get_input('limit', 1);

	$thread_limit = $mybb->get_input('limit', MyBB::INPUT_INT);

}

if($thread_limit > 50)

}

if($thread_limit > 50)