HOR-2689 Removed instances of LoadSystem, LoadThirdParty
This commit is contained in:
committed by
davidcallizaya
parent
60efcf7ac7
commit
5d3a4c073f
@@ -524,7 +524,7 @@ class User
|
||||
public function create(array $arrayData)
|
||||
{
|
||||
try {
|
||||
\G::LoadSystem("rbac");
|
||||
|
||||
|
||||
//Verify data
|
||||
$validator = new \ProcessMaker\BusinessModel\Validator();
|
||||
@@ -637,7 +637,7 @@ class User
|
||||
public function update($userUid, array $arrayData, $userUidLogged)
|
||||
{
|
||||
try {
|
||||
\G::LoadSystem("rbac");
|
||||
|
||||
|
||||
//Verify data
|
||||
$validator = new \ProcessMaker\BusinessModel\Validator();
|
||||
|
||||
Reference in New Issue
Block a user