Corrected weird typo
This commit is contained in:
parent
0b18ce5fc4
commit
55b8c28100
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user