diff --git a/html/compte.php b/html/compte.php
index 2c75da7b..0c9d2008 100644
--- a/html/compte.php
+++ b/html/compte.php
@@ -105,7 +105,7 @@ if (isset($_FILES['banner']) && $_FILES['banner']['error'] == 0) {
$req->bindParam(":user_banner", $path);
$req->bindParam(":user_id", $_SESSION['userid']);
if($req->execute()) {
- $status "Banière mise à jour";
+ $status = "Banière mise à jour";
} else {
$status = "Erreur SQL";
}