From a9510736ab9e43c8156733691a51afbaf214589c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 13 Aug 2005 20:43:10 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20D=E9claration=20en=20double=20de=20class?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/index.php b/htdocs/index.php index 27df218316f..5c20b329a00 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -468,7 +468,7 @@ if ($conf->banque->enabled && $user->rights->banque->lire) { $langs->load("banks"); - include_once("./compta/bank/account.class.php"); + include_once(DOL_DOCUMENT_ROOT."/compta/bank/account.class.php"); $board=new Account($db); $board->load_board();