Fixed issue 267, description for code review not visible on Review screen.

This commit is contained in:
Loic d'Anterroches
2009-08-03 21:23:23 +02:00
parent cb375dea26
commit 0e421c0b34
2 changed files with 2 additions and 1 deletions

View File

@@ -233,6 +233,7 @@ class IDF_Views_Review
'files' => $files,
'diff' => $diff,
'patch' => $patch,
'comments' => $patch->get_comments_list(array('sort' => 'id ASC')),
'form' => $form,
'reviewers' => $reviewers,
),