Skip to content
Snippets Groups Projects
Commit 6f337fcd authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Missing include

parent 23466a55
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,8 @@
* \version $Id$
*/
require_once(DOL_DOCUMENT_ROOT."/core/commonobject.class.php");
/**
* \class Cotisation
......
......@@ -25,6 +25,8 @@
* \remarks Initialy built by build_class_from_table on 2008-09-10 12:41
*/
require_once(DOL_DOCUMENT_ROOT."/core/commonobject.class.php");
/**
* \class Task
......
......@@ -24,6 +24,7 @@
* \version $Id$
*/
require_once(DOL_DOCUMENT_ROOT."/core/commonobject.class.php");
if ($conf->ldap->enabled) require_once (DOL_DOCUMENT_ROOT."/lib/ldap.class.php");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment