PMCORE-552

This commit is contained in:
Paula Quispe
2019-10-07 09:05:05 -04:00
committed by Julio Cesar Laura Avendaño
parent a1f447d8af
commit ebfc73ca11
25 changed files with 802 additions and 223 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"]);