diff --git a/module/bug/view/view.html.php b/module/bug/view/view.html.php index c82efd9332..0e85d09ec2 100644 --- a/module/bug/view/view.html.php +++ b/module/bug/view/view.html.php @@ -154,11 +154,11 @@ bug->severity;?> - bug->severityList, $bug->severity, $bug->severity);?> + bug->severityList, $bug->severity);?>'>bug->severityList, $bug->severity)?> bug->pri;?> - bug->priList[$bug->pri];?> + bug->priList, $bug->pri);?>'>bug->priList, $bug->pri)?> bug->status;?> diff --git a/module/story/view/view.html.php b/module/story/view/view.html.php index b55ed2cffe..2000f46e27 100644 --- a/module/story/view/view.html.php +++ b/module/story/view/view.html.php @@ -185,7 +185,7 @@ story->pri;?> - story->priList[$story->pri];?> + story->priList, $story->pri);?>'>story->priList, $story->pri)?> story->estimate;?> diff --git a/module/task/view/view.html.php b/module/task/view/view.html.php index 8c87702305..2c6329d67d 100644 --- a/module/task/view/view.html.php +++ b/module/task/view/view.html.php @@ -170,7 +170,7 @@ task->pri;?> - show($lang->task->priList, $task->pri);?> + task->priList, $task->pri);?>'>task->priList, $task->pri)?> task->mailto;?> diff --git a/module/testcase/view/view.html.php b/module/testcase/view/view.html.php index cbbc7b1725..a663813c4e 100644 --- a/module/testcase/view/view.html.php +++ b/module/testcase/view/view.html.php @@ -183,7 +183,7 @@ testcase->pri;?> - testcase->priList, $case->pri);?> + testcase->priList, $case->pri);?>'>testcase->priList, $case->pri)?> testcase->status;?>