From 2412ff86dd09a627545c63a8ca3280b80efcc0ed Mon Sep 17 00:00:00 2001 From: Philippe Grand Date: Mon, 3 May 2010 08:30:27 +0000 Subject: [PATCH] according to new tree directory --- htdocs/admin/dict.php | 2 +- htdocs/soc.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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");