HOR-3620
Fixed class name processMap to ProcessMap
This commit is contained in:
@@ -84,7 +84,7 @@ try {
|
||||
$oOP->removeByObject( 'INPUT', $_POST['INP_DOC_UID'] );
|
||||
|
||||
//refresh dbarray with the last change in inputDocument
|
||||
$oMap = new processMap();
|
||||
$oMap = new ProcessMap();
|
||||
$oCriteria = $oMap->getInputDocumentsCriteria( $fields['PRO_UID'] );
|
||||
|
||||
$result->success = true;
|
||||
|
||||
@@ -94,7 +94,7 @@ try {
|
||||
}
|
||||
|
||||
//refresh dbarray with the last change in inputDocument
|
||||
$oMap = new processMap();
|
||||
$oMap = new ProcessMap();
|
||||
$oCriteria = $oMap->getInputDocumentsCriteria( $aData['PRO_UID'] );
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user