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; }