Fix: Missing include

This commit is contained in:
Laurent Destailleur 2010-04-17 14:49:27 +00:00
parent 23466a5548
commit 6f337fcd41
3 changed files with 5 additions and 0 deletions

View File

@ -24,6 +24,8 @@
* \version $Id$ * \version $Id$
*/ */
require_once(DOL_DOCUMENT_ROOT."/core/commonobject.class.php");
/** /**
* \class Cotisation * \class Cotisation

View File

@ -25,6 +25,8 @@
* \remarks Initialy built by build_class_from_table on 2008-09-10 12:41 * \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 * \class Task

View File

@ -24,6 +24,7 @@
* \version $Id$ * \version $Id$
*/ */
require_once(DOL_DOCUMENT_ROOT."/core/commonobject.class.php");
if ($conf->ldap->enabled) require_once (DOL_DOCUMENT_ROOT."/lib/ldap.class.php"); if ($conf->ldap->enabled) require_once (DOL_DOCUMENT_ROOT."/lib/ldap.class.php");