HOR-3620
Fixed class name processMap to ProcessMap
This commit is contained in:
@@ -54,7 +54,7 @@ foreach ($aAux1 as $aAux2) {
|
||||
}
|
||||
}
|
||||
|
||||
$oProcessMap = new processMap( new DBConnection() );
|
||||
$oProcessMap = new ProcessMap( new DBConnection() );
|
||||
$aTriggersList = $oProcessMap->getTriggers( $_SESSION['PROCESS'] );
|
||||
$aTriggersFileds = array ();
|
||||
$aTriggersFileds[] = array ('TRI_UID' => 'char','TRI_TITLE' => 'char');
|
||||
|
||||
@@ -43,7 +43,7 @@ foreach ($aAux1 as $aAux2) {
|
||||
}
|
||||
}
|
||||
|
||||
$oProcessMap = new processMap( new DBConnection() );
|
||||
$oProcessMap = new ProcessMap( new DBConnection() );
|
||||
$aTriggersList = $oProcessMap->getTriggers( $_GET['PRO_UID'] );
|
||||
|
||||
$aTriggersFileds = array();
|
||||
|
||||
Reference in New Issue
Block a user