Fixed class name processMap to ProcessMap
This commit is contained in:
davidcallizaya
2017-08-04 16:21:06 -04:00
parent 205fd191cf
commit eb43543daf
38 changed files with 1049 additions and 1049 deletions

View File

@@ -674,7 +674,7 @@ class wsBase
$_DBArray = (isset( $_SESSION['_DBArray'] ) ? $_SESSION['_DBArray'] : '');
$oMap = new processMap();
$oMap = new ProcessMap();
$oCriteria = $oMap->getInputDocumentsCriteria( $sProcessUID );
$oDataset = InputDocumentPeer::doSelectRS( $oCriteria );
$oDataset->setFetchmode( ResultSet::FETCHMODE_ASSOC );