HOR-3388
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user