diff --git a/htdocs/admin/dict.php b/htdocs/admin/dict.php index 0890ba9d623..8036b5474d8 100644 --- a/htdocs/admin/dict.php +++ b/htdocs/admin/dict.php @@ -29,7 +29,7 @@ require("../main.inc.php"); require_once(DOL_DOCUMENT_ROOT."/core/class/html.formadmin.class.php"); -require_once(DOL_DOCUMENT_ROOT."/core/class/html.formcompany.class.php"); +require_once(DOL_DOCUMENT_ROOT."/html.formcompany.class.php"); $langs->load("other"); $langs->load("admin"); diff --git a/htdocs/soc.php b/htdocs/soc.php index af3b65fbae3..90e26ce2370 100644 --- a/htdocs/soc.php +++ b/htdocs/soc.php @@ -32,7 +32,7 @@ require("./main.inc.php"); require_once(DOL_DOCUMENT_ROOT."/lib/company.lib.php"); require_once(DOL_DOCUMENT_ROOT."/core/class/html.formadmin.class.php"); -require_once(DOL_DOCUMENT_ROOT."/core/class/html.formcompany.class.php"); +require_once(DOL_DOCUMENT_ROOT."/html.formcompany.class.php"); require_once(DOL_DOCUMENT_ROOT."/html.formfile.class.php"); require_once(DOL_DOCUMENT_ROOT."/contact/class/contact.class.php"); if ($conf->adherent->enabled) require_once(DOL_DOCUMENT_ROOT."/adherents/class/adherent.class.php");