From 5a6d9f74ad8b163a2eb783aadfa1adff0850c10c Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Tue, 13 Jun 2006 17:38:46 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20am=E9lioration=20des=20droits?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/user/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/user/fiche.php b/htdocs/user/fiche.php index 2471c5df406..0c0a54d78b5 100644 --- a/htdocs/user/fiche.php +++ b/htdocs/user/fiche.php @@ -251,7 +251,7 @@ if ($_POST["action"] == 'update' && ($caneditperms || $caneditselfperms)) // Action modif mot de passe if ((($_POST["action"] == 'confirm_password' && $_POST["confirm"] == 'yes') - || $_GET["action"] == 'confirm_passwordsend') && ($caneditperms || $caneditpassword) + || $_GET["action"] == 'confirm_passwordsend') && ($caneditperms || $caneditpassword)) { $edituser = new User($db, $_GET["id"]); $edituser->fetch();