Fix : Class 'Categorie' not found in core\class\html.form.class.php
This commit is contained in:
parent
d985c77eca
commit
2d2f59fe3f
@ -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);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user