Try to fix travis error
This commit is contained in:
parent
6dfb8e33c9
commit
1056473cdc
@ -453,6 +453,11 @@ function pFooter($nonext=0,$setuplang='',$jscheckfunction='', $withpleasewait=0)
|
|||||||
print '<div class="nextbutton" id="nextbutton">';
|
print '<div class="nextbutton" id="nextbutton">';
|
||||||
if ($nonext == '2')
|
if ($nonext == '2')
|
||||||
{
|
{
|
||||||
|
if (!isset($_SERVER['REQUEST_URI']))
|
||||||
|
{
|
||||||
|
$_SERVER['REQUEST_URI'] = substr($_SERVER['PHP_SELF'],1 );
|
||||||
|
if (isset($_SERVER['QUERY_STRING'])) { $_SERVER['REQUEST_URI'].='?'.$_SERVER['QUERY_STRING']; }
|
||||||
|
}
|
||||||
print $langs->trans("ErrorFoundDuringMigration", $_SERVER["REQUEST_URI"].'&ignoreerrors=1').'<br><br>';
|
print $langs->trans("ErrorFoundDuringMigration", $_SERVER["REQUEST_URI"].'&ignoreerrors=1').'<br><br>';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user