Fix: remove warning

This commit is contained in:
Regis Houssin 2010-11-05 12:49:28 +00:00
parent c70fe8007b
commit 3b26115be9

View File

@ -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"])
{