Se corrige warning en process_supervisor

This commit is contained in:
Daniel Rojas
2014-07-28 10:15:25 -04:00
parent e7e345e014
commit fede69d76e

View File

@@ -162,6 +162,7 @@ class ProcessSupervisor
try {
require_once (PATH_RBAC_HOME . "engine" . PATH_SEP . "classes" . PATH_SEP . "model" . PATH_SEP . "Roles.php");
$aRespLi = array();
$aRespLiGroups = array();
$userRole = new \ProcessMaker\BusinessModel\User();
// Groups
$oCriteria = new \Criteria('workflow');