From 2a965890098cb7724e6eaa31f5d99993fc73cffb Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 19 Jan 2011 15:15:10 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20bug=20#32006=20:=20Cat=C3=A9gories=20d'a?= =?UTF-8?q?dh=C3=A9rents?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/categories/viewcat.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/categories/viewcat.php b/htdocs/categories/viewcat.php index 329827cfa6a41..bd902b684828c 100644 --- a/htdocs/categories/viewcat.php +++ b/htdocs/categories/viewcat.php @@ -331,7 +331,7 @@ // List of members if ($c->type == 3) { - require_once(DOL_DOCUMENT_ROOT."/adherents/class/Adherent.class.php"); + require_once(DOL_DOCUMENT_ROOT."/adherents/class/adherent.class.php"); $prods = $c->get_type("member","Adherent"); if ($prods < 0)