From 20d15486c5e9999e657f6c41de4f0bec997a4a56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BB=94=E5=93=A5?= Date: Wed, 15 Nov 2017 18:44:24 +0800 Subject: [PATCH] * Add story for todo --- module/story/control.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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')); } }