diff --git a/core/modules/comment/src/Plugin/views/field/LinkEdit.php b/core/modules/comment/src/Plugin/views/field/LinkEdit.php index cfac0f4..316c272 100644 --- a/core/modules/comment/src/Plugin/views/field/LinkEdit.php +++ b/core/modules/comment/src/Plugin/views/field/LinkEdit.php @@ -63,7 +63,7 @@ protected function renderLink($data, ResultRow $values) { $this->options['alter']['query'] = drupal_get_destination(); } - $this->options['alter']['url'] = $comment->urlInfo('edit_form'); + $this->options['alter']['url'] = $comment->urlInfo('edit-form'); return $text; }