diff --git a/module/execution/control.php b/module/execution/control.php index 10ddc144b7..05bece1541 100644 --- a/module/execution/control.php +++ b/module/execution/control.php @@ -3542,7 +3542,7 @@ class execution extends control } else { - $status = $storyType == 'story' ? 'active' : ($model == 'ipd' ? 'launched' : 'active,launched'); + $status = $storyType == 'story' ? 'active' : ($object->model == 'ipd' ? 'launched' : 'active,launched'); $allStories = $this->story->getProductStories(array_keys($products), $branchIDList, $moduleID = '0', $status, $storyType, 'id_desc', $hasParent = false, '', $pager = null); }