HOR-3620
Fixed class name processMap to ProcessMap
This commit is contained in:
@@ -329,7 +329,7 @@ class OutputDocument
|
||||
$oOP = new \ObjectPermission();
|
||||
$oOP->removeByObject( 'OUTPUT', $sOutputDocumentUID );
|
||||
//refresh dbarray with the last change in outputDocument
|
||||
$oMap = new \processMap();
|
||||
$oMap = new \ProcessMap();
|
||||
$oCriteria = $oMap->getOutputDocumentsCriteria( $fields['PRO_UID'] );
|
||||
} catch (\Exception $e) {
|
||||
throw $e;
|
||||
|
||||
Reference in New Issue
Block a user