Fix: Missing include
This commit is contained in:
parent
23466a5548
commit
6f337fcd41
@ -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");
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user