Fix Travis
This commit is contained in:
parent
38732914ad
commit
4dcd2bfcda
@ -4700,7 +4700,7 @@ class Form
|
|||||||
{
|
{
|
||||||
print '<form method="POST" action="'.$page.'">';
|
print '<form method="POST" action="'.$page.'">';
|
||||||
print '<input type="hidden" name="action" value="setmode">';
|
print '<input type="hidden" name="action" value="setmode">';
|
||||||
print '<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
|
print '<input type="hidden" name="token" value="'.newToken().'">';
|
||||||
$this->selectTransportMode($selected, $htmlname, 2, $addempty, 0, 0, $active);
|
$this->selectTransportMode($selected, $htmlname, 2, $addempty, 0, 0, $active);
|
||||||
print '<input type="submit" class="button valignmiddle" value="'.$langs->trans("Modify").'">';
|
print '<input type="submit" class="button valignmiddle" value="'.$langs->trans("Modify").'">';
|
||||||
print '</form>';
|
print '</form>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user