diff --git a/html/compte.php b/html/compte.php
index 374431cf..2c75da7b 100644
--- a/html/compte.php
+++ b/html/compte.php
@@ -71,7 +71,7 @@ if (isset($_FILES['profile_picture']) && $_FILES['profile_picture']['error'] ==
$req->bindParam(":user_pp", $path);
$req->bindParam(":user_id", $_SESSION['userid']);
if($req->execute()) {
- $status "PP mise à jour";
+ $status = "PP mise à jour";
} else {
$status = "Erreur SQL";
}