- Removed hard-coded dependency on comment module.
parent
ffacd9b525
commit
c6fc710f0e
|
@ -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);
|
||||
module_invoke("comment", "render", $node->nid);
|
||||
}
|
||||
$theme->footer();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue