From b39b864f620da6d63acbb401ed58cf7fff9087ff Mon Sep 17 00:00:00 2001 From: "shiyangyangwork@yahoo.cn" Date: Thu, 15 Dec 2011 08:50:32 +0000 Subject: [PATCH] * adjust code for task #655. --- module/story/control.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/story/control.php b/module/story/control.php index b5863398b9..62fb6e471d 100644 --- a/module/story/control.php +++ b/module/story/control.php @@ -114,6 +114,7 @@ class story extends control $source = 'bug'; $title = $oldBug->title; $keywords = $oldBug->keywords; + $spec = $oldBug->steps; $pri = $oldBug->pri; $mailto = $oldBug->mailto; }