forked from extern/egroupware
The ProcessManager class is dependant on the RoleManager class (when creating new minors/majors)
This commit is contained in:
parent
8a356e7e72
commit
36a38b9b56
@ -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');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user