Se corrige warning en process_supervisor
This commit is contained in:
@@ -162,6 +162,7 @@ class ProcessSupervisor
|
|||||||
try {
|
try {
|
||||||
require_once (PATH_RBAC_HOME . "engine" . PATH_SEP . "classes" . PATH_SEP . "model" . PATH_SEP . "Roles.php");
|
require_once (PATH_RBAC_HOME . "engine" . PATH_SEP . "classes" . PATH_SEP . "model" . PATH_SEP . "Roles.php");
|
||||||
$aRespLi = array();
|
$aRespLi = array();
|
||||||
|
$aRespLiGroups = array();
|
||||||
$userRole = new \ProcessMaker\BusinessModel\User();
|
$userRole = new \ProcessMaker\BusinessModel\User();
|
||||||
// Groups
|
// Groups
|
||||||
$oCriteria = new \Criteria('workflow');
|
$oCriteria = new \Criteria('workflow');
|
||||||
|
|||||||
Reference in New Issue
Block a user