HOR-3620
Fixed class name processMap to ProcessMap
This commit is contained in:
@@ -228,7 +228,7 @@ class webEntryProxy extends HttpProxyController
|
||||
|
||||
public function load ($params)
|
||||
{
|
||||
$oProcessMap = new processMap( new DBConnection() );
|
||||
$oProcessMap = new ProcessMap( new DBConnection() );
|
||||
$PRO_UID = $params->PRO_UID;
|
||||
$EVN_UID = $params->EVN_UID;
|
||||
$sOutput = $oProcessMap->listNewWebEntry( $PRO_UID, $EVN_UID );
|
||||
|
||||
Reference in New Issue
Block a user