From 39007321e30e2fe7782d346c2eec6f717e8b01a6 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 22 Mar 2006 23:34:12 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20Possibilit=E9=20d'appeler=20la=20page=20?= =?UTF-8?q?upgrade=20directement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/install/upgrade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/install/upgrade.php b/htdocs/install/upgrade.php index fa163f14b46..dbe43f91e22 100644 --- a/htdocs/install/upgrade.php +++ b/htdocs/install/upgrade.php @@ -73,7 +73,7 @@ else require_once($dolibarr_main_document_root . "/conf/conf.class.php"); -if (isset($_GET["action"]) && $_GET["action"] == "upgrade") +if (! isset($_GET["action"]) || $_GET["action"] == "upgrade") { print '

'.$langs->trans("DatabaseMigration").'

';