From 6c779d2b97164a67e2a004be9bad1341a49fd6c6 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 28 Mar 2010 00:26:01 +0000 Subject: [PATCH] Accept url parameter ignoreerrors to show the next step button even if error. --- htdocs/install/upgrade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); ?>