diff --git a/module/bug/model.php b/module/bug/model.php index 87da799922..564953b8d8 100644 --- a/module/bug/model.php +++ b/module/bug/model.php @@ -767,7 +767,7 @@ class bugModel extends model $bugSteps .= $this->lang->bug->tplExpect; } } - return array('title' => $title, 'steps' => $bugSteps, 'storyID' => $run->case->story); + return array('title' => $title, 'steps' => $bugSteps, 'storyID' => $run->case->story, 'moduleID' => $run->case->module, 'version' => $run->case->version); } /**