Add CommentID to the comments section of an addon for rating etc. as its already referenced in the code there

This commit is contained in:
mozilla%colinogilvie.co.uk 2005-07-21 15:51:30 +00:00
Родитель f839132897
Коммит 9f130a102a
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -144,6 +144,7 @@ class AddOn extends AMO_Object
// Gather 10 latest comments.
$this->db->query("
SELECT
CommentID,
CommentName,
CommentTitle,
CommentNote,