This commit is contained in:
Julio Cesar Laura Avendaño
2017-06-12 16:41:09 -04:00
parent 4c8abed264
commit 440c2e5f22
2 changed files with 5 additions and 3 deletions

View File

@@ -1017,7 +1017,7 @@ class Light
{
$response = array("status" => "fail");
$oCase = new \Cases();
$iDelIndex = $oCase->getCurrentDelegation( $sAppUid, '' );
$iDelIndex = $oCase->getCurrentDelegation( $sAppUid, '', true );
$oAppDelegation = new \AppDelegation();
$aDelegation = $oAppDelegation->load( $sAppUid, $iDelIndex );