diff --git a/html/admin/setup.php b/html/admin/setup.php
index f9c75d581..de071705f 100644
--- a/html/admin/setup.php
+++ b/html/admin/setup.php
@@ -414,7 +414,7 @@ echo '';
echo '
';
echo "Mise à jour Repository
";
$cn=new Database();
- if ( DEBUG == 'false') ob_start();
+ if ( DEBUG == false ) ob_start();
$MaxVersion=DBVERSIONREPO-1;
for ($i=4;$i<= $MaxVersion;$i++)
{