diff --git a/html/install.php b/html/install.php
index 3566f3a3c..d6ec73878 100644
--- a/html/install.php
+++ b/html/install.php
@@ -413,7 +413,7 @@ $module=get_loaded_extensions();
$str_error_message=_('Vous devez installer ou activer l\'extension').' %s ';
-$a_need_module=array("mbstring","pgsql","bcmath","gettext","zip","gd","dom","xml","SimpleXML","xmlwriter","xmlreader");
+$a_need_module=array("mbstring","pgsql","bcmath","gettext","zip","gd","dom","xml","SimpleXML","xmlwriter","xmlreader","curl");
$nb_need_module=count($a_need_module);