diff --git a/core/modules/comment/comment.module b/core/modules/comment/comment.module index 1f2ef3c..c85e08f 100644 --- a/core/modules/comment/comment.module +++ b/core/modules/comment/comment.module @@ -248,7 +248,7 @@ function comment_menu() { 'page callback' => 'comment_edit_page', 'page arguments' => array(1), 'access callback' => 'entity_access', - 'access arguments' => array(1, 'edit'), + 'access arguments' => array(1, 'update'), 'type' => MENU_LOCAL_TASK, 'weight' => 0, );