From 3b26115be97eb328ec1d38722340ec98ddc3abf4 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Fri, 5 Nov 2010 12:49:28 +0000 Subject: [PATCH] Fix: remove warning --- htdocs/install/etape5.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/install/etape5.php b/htdocs/install/etape5.php index eae0485cd19..695131db565 100644 --- a/htdocs/install/etape5.php +++ b/htdocs/install/etape5.php @@ -74,7 +74,7 @@ dolibarr_install_syslog("etape5: Entering etape5.php page", LOG_INFO); */ // If install, check pass and pass_verif used to create admin account -if ($_POST["action"] == "set") +if (isset($_POST['action']) && $_POST["action"] == "set") { if ($_POST["pass"] <> $_POST["pass_verif"]) {