this bug 6055 was solved, we are asking if a value was empty but it does not exist

This commit is contained in:
Carlos Pacha
2011-01-28 19:32:38 +00:00
parent 22c8a3f4d3
commit 29836482fa

View File

@@ -3014,7 +3014,7 @@ class Processes {
$aRoutesUID = $this->createRouteRows($oData->routes);
$this->createLaneRows($oData->lanes);
if($oData->gateways == ''){
if(!isset($oData->gateways)){
//Adding gateway information while importing processes from older version
//Making compatible with old export process
$oRoutes = $oData->routes;