From 9c389af7466ef8f0c00e24d2bc7fcd421181e6f9 Mon Sep 17 00:00:00 2001
From: Laurent Destailleur <eldy@users.sourceforge.net>
Date: Wed, 19 Jan 2011 15:14:52 +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 329827cfa6a..bd902b68482 100644
--- a/htdocs/categories/viewcat.php
+++ b/htdocs/categories/viewcat.php
@@ -331,7 +331,7 @@ if($c->type == 2)
 // 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)
-- 
GitLab