summaryrefslogtreecommitdiff
path: root/node.php
diff options
context:
space:
mode:
Diffstat (limited to 'node.php')
-rw-r--r--node.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/node.php b/node.php
index fa066e6b8..2e0c9dc89 100644
--- a/node.php
+++ b/node.php
@@ -40,8 +40,9 @@ function node_render($node) {
comment_render($id, $cid);
$theme->footer();
break;
- case t("Moderate comments"):
- comment_moderate($moderate);
+ case t("Update ratings"):
+ node_moderate($moderate["node"]);
+ comment_moderate($moderate["comment"]);
$theme->header();
node_view($node);
comment_render($id, $cid);