Skip to content

Commit

Permalink
- Removed hard-coded dependency on comment module.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbuytaert committed Dec 7, 2002
1 parent ffacd9b commit c6fc710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/queue.module
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down

0 comments on commit c6fc710

Please sign in to comment.