diff --git a/module/story/view/edit.html.php b/module/story/view/edit.html.php index ea2bc86610..96697c0fab 100644 --- a/module/story/view/edit.html.php +++ b/module/story/view/edit.html.php @@ -204,26 +204,6 @@ status);?> - status) !== false and $story->type == 'story'):?> -
' . $branchTagOption[$branch] . html::select("stages[$branch]", $lang->story->stageList, $stage, "class='form-control chosen'") . '
'; - } - } - else - { - echo html::select('stage', $lang->story->stageList, $story->stage, "class='form-control chosen'"); - } - ?> -