From 1f011fd34b582cc6bdac40ef60e878e5581af02f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 18 Sep 2010 17:11:46 +0000 Subject: [PATCH] Fix: Remove warning --- htdocs/install/repair.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/install/repair.php b/htdocs/install/repair.php index 4964aaa787e..14d54805744 100644 --- a/htdocs/install/repair.php +++ b/htdocs/install/repair.php @@ -64,7 +64,7 @@ if (! is_object($conf)) dolibarr_install_syslog("repair: conf file not initializ * View */ -pHeader('',"upgrade2",$_REQUEST['action']); +pHeader('',"upgrade2",GETPOST('action')); $actiondone=0;