diff --git a/module/story/control.php b/module/story/control.php index 5a29bfa7a6..41ed2cd56e 100644 --- a/module/story/control.php +++ b/module/story/control.php @@ -1559,7 +1559,7 @@ class story extends control if($account == '') $account = $this->app->user->account; $storys = $this->story->getUserStoryPairs($account); - if($id) die(html::select("bugs[$id]", $storys, '', 'class="form-control"')); - die(html::select('bug', $storys, '', 'class=form-control')); + if($id) die(html::select("storys[$id]", $storys, '', 'class="form-control"')); + die(html::select('story', $storys, '', 'class=form-control')); } }