mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-16 19:41:45 +02:00
The ProcessManager class is dependant on the RoleManager class (when creating new minors/majors)
This commit is contained in:
@ -2,6 +2,7 @@
|
|||||||
// include galaxia's configuration tailored to egroupware
|
// include galaxia's configuration tailored to egroupware
|
||||||
require_once(PHPGW_API_INC . SEP . 'galaxia_workflow/config.egw.inc.php');
|
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 . 'ProcessManager.php');
|
||||||
require_once(GALAXIA_LIBRARY . SEP . 'src' . SEP . 'ProcessManager' . SEP . 'ActivityManager.php');
|
require_once(GALAXIA_LIBRARY . SEP . 'src' . SEP . 'ProcessManager' . SEP . 'ActivityManager.php');
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user