diff --git a/module/product/model.php b/module/product/model.php index 74b667c58c..2e1c3fb4f8 100755 --- a/module/product/model.php +++ b/module/product/model.php @@ -1485,6 +1485,7 @@ class productModel extends model $executionName = $projectID != 0 ? '' : $execution->projectName; foreach($paths as $path) { + if(!isset($allExecutions[$path])) continue; $executionName .= '/' . $allExecutions[$path]->name; }