diff --git a/htdocs/install/upgrade.php b/htdocs/install/upgrade.php index 24e89bcc85a..d391121a573 100644 --- a/htdocs/install/upgrade.php +++ b/htdocs/install/upgrade.php @@ -1,6 +1,6 @@ - * Copyright (C) 2004-2009 Laurent Destailleur + * Copyright (C) 2004-2010 Laurent Destailleur * Copyright (C) 2005-2009 Regis Houssin * * This program is free software; you can redistribute it and/or modify @@ -335,6 +335,6 @@ if (empty($actiondone)) print '
'.$langs->trans("ErrorWrongParameters").'
'; } -pFooter(! $ok,$setuplang); +pFooter(! $ok && empty($_GET["ignoreerrors"]),$setuplang); ?>