Fix bad path

This commit is contained in:
Laurent Destailleur 2015-09-17 19:35:03 +02:00
parent 8bb832d06b
commit 57521f628c

View File

@ -3015,7 +3015,7 @@ class Form
global $langs; global $langs;
$langs->load("categories"); $langs->load("categories");
include_once DOL_DOCUMENT_ROOT.'/categories/class.categorie.class.php'; include_once DOL_DOCUMENT_ROOT.'/categories/class/categorie.class.php';
$cat = new Categorie($this->db); $cat = new Categorie($this->db);
$cate_arbo = $cat->get_full_arbo($type,$excludeafterid); $cate_arbo = $cat->get_full_arbo($type,$excludeafterid);
@ -4675,7 +4675,7 @@ class Form
{ {
global $db; global $db;
include_once DOL_DOCUMENT_ROOT.'/categories/class.categorie.class.php'; include_once DOL_DOCUMENT_ROOT.'/categories/class/categorie.class.php';
$cat = new Categorie($db); $cat = new Categorie($db);
$categories = $cat->containing($id, $type); $categories = $cat->containing($id, $type);