Solving conflicts merginf with last merge in develop branch

This commit is contained in:
Julio Cesar Laura Avendaño
2020-11-25 13:18:20 +00:00
34 changed files with 2288 additions and 680 deletions

View File

@@ -1,6 +1,6 @@
<?php
use ProcessMaker\AuditLog\AuditLog;
use ProcessMaker\Log\AuditLog;
global $RBAC;

View File

@@ -1,6 +1,6 @@
<?php
use ProcessMaker\AuditLog\AuditLog;
use ProcessMaker\Log\AuditLog;
$auditLog = new AuditLog();
$auditLog->setUserLogged($_SESSION["USER_LOGGED"]);