- Fixed bug with queue module not displaying comments. Patch by Moshe.
parent
50e4d79a3e
commit
a3a5dd45a7
|
@ -155,7 +155,7 @@ function queue_view($nid) {
|
|||
$theme->box(t("Moderate"), $output);
|
||||
}
|
||||
if ($node->comment && variable_get("queue_show_comments", 1)) {
|
||||
comment_render($node->nid);
|
||||
comment_render($node);
|
||||
}
|
||||
$theme->footer();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue