From 2d2f59fe3fa32d8f459bd768e5e3a8e739dddd24 Mon Sep 17 00:00:00 2001 From: aspangaro Date: Mon, 14 Sep 2015 22:33:48 +0200 Subject: [PATCH] Fix : Class 'Categorie' not found in core\class\html.form.class.php --- htdocs/core/class/html.form.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index bc831baeddf..5999f9e8882 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -4673,6 +4673,7 @@ class Form { global $db; + require_once DOL_DOCUMENT_ROOT .'/categories/class/categorie.class.php'; $cat = new Categorie($db); $categories = $cat->containing($id, $type);