add project object dependency

Dependency was missing. Webapp seems fine but api fails.
This commit is contained in:
jribal 2020-04-20 13:21:12 +01:00 committed by GitHub
parent c7fab6a83e
commit 924b8fd138
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,7 @@
*/
require_once DOL_DOCUMENT_ROOT.'/core/class/commonobject.class.php';
require_once DOL_DOCUMENT_ROOT.'/projet/class/project.class.php';
/**