HOR-3620
Fixed class name processMap to ProcessMap
This commit is contained in:
@@ -55,7 +55,7 @@ $aLabels['ACTIVE'] = G::LoadTranslation( 'ID_ACTIVE' );
|
||||
$aLabels['INACTIVE'] = G::LoadTranslation( 'ID_INACTIVE' );
|
||||
$aLabels['CONFIRM'] = G::LoadTranslation( 'ID_MSG_CONFIRM_DELETE_PROCESS' );
|
||||
|
||||
$oProcess = new processMap();
|
||||
$oProcess = new ProcessMap();
|
||||
$c = $oProcess->getConditionProcessList();
|
||||
|
||||
function activeFalse ($value)
|
||||
|
||||
Reference in New Issue
Block a user