--- modules/comment.module	2005-11-27 21:08:27.281250000 +0100
+++ modules/comment.module	2005-12-01 12:48:51.734375000 +0100
@@ -748,7 +748,7 @@
   }
 
   if (node_comment_mode($comment->nid) == COMMENT_NODE_READ_WRITE) {
-    if (user_access('administer comments') && user_access('access administration pages')) {
+    if (user_access('administer comments') && user_access('post comments')) {
       $links[] = l(t('delete'), "comment/delete/$comment->cid");
       $links[] = l(t('edit'), "comment/edit/$comment->cid");
       $links[] = l(t('reply'), "comment/reply/$comment->nid/$comment->cid");
