Fix bad path
This commit is contained in:
parent
8bb832d06b
commit
57521f628c
@ -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);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user