From ad67c5ced7e807631733193aa4bd9bd400952667 Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Mon, 29 Mar 2010 02:00:40 +0000 Subject: [PATCH] * add storyID tog getBugInfoFromResult(). --- module/bug/model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/bug/model.php b/module/bug/model.php index 651ef10b97..c202e95606 100644 --- a/module/bug/model.php +++ b/module/bug/model.php @@ -281,7 +281,7 @@ class bugModel extends model } } } - return array('title' => $title, 'steps' => $bugSteps); + return array('title' => $title, 'steps' => $bugSteps, 'storyID' => $run->case->story); } /* 按项目统计bug数。*/