diff --git a/htdocs/core/class/html.formfile.class.php b/htdocs/core/class/html.formfile.class.php
index 34f6418de34d3297f468b097fa5b797193e859fb..4f1de4cfbb02916fcd2cb337d96b64efc5b90b8e 100644
--- a/htdocs/core/class/html.formfile.class.php
+++ b/htdocs/core/class/html.formfile.class.php
@@ -307,10 +307,6 @@ class FormFile
                     include_once DOL_DOCUMENT_ROOT.'/core/modules/societe/modules_societe.class.php';
                     $modellist=ModeleThirdPartyDoc::liste_modeles($this->db);
                 }
-            }
-        	else if ($modulepart == 'agenda')
-            {
-               null;
             }
             else if ($modulepart == 'propal')
             {
@@ -442,7 +438,7 @@ class FormFile
             {
                 $modellist='';
             }
-            else
+            else if ($modulepart != 'agenda')
             {
                 // For normalized standard modules
                 $file=dol_buildpath('/core/modules/'.$modulepart.'/modules_'.$modulepart.'.php',0);