The ProcessManager class is dependant on the RoleManager class (when creating new minors/majors)

This commit is contained in:
alpeb 2004-08-10 14:08:56 +00:00
parent 8a356e7e72
commit 36a38b9b56

View File

@ -2,6 +2,7 @@
// include galaxia's configuration tailored to egroupware
require_once(PHPGW_API_INC . SEP . 'galaxia_workflow/config.egw.inc.php');
require_once(GALAXIA_LIBRARY . SEP . 'src' . SEP . 'ProcessManager' . SEP . 'RoleManager.php');
require_once(GALAXIA_LIBRARY . SEP . 'src' . SEP . 'ProcessManager' . SEP . 'ProcessManager.php');
require_once(GALAXIA_LIBRARY . SEP . 'src' . SEP . 'ProcessManager' . SEP . 'ActivityManager.php');