diff --git a/core/modules/node/lib/Drupal/node/Plugin/views/field/RevisionLinkRevert.php b/core/modules/node/lib/Drupal/node/Plugin/views/field/RevisionLinkRevert.php index 4f2c884..d32c743 100644 --- a/core/modules/node/lib/Drupal/node/Plugin/views/field/RevisionLinkRevert.php +++ b/core/modules/node/lib/Drupal/node/Plugin/views/field/RevisionLinkRevert.php @@ -23,7 +23,7 @@ class RevisionLinkRevert extends RevisionLink { /** * {@inheritdoc} */ - protected function renderLink($data, ResultRow $values) { + protected function renderLink($data, ResultRow $values) { list($node, $revision_node, $vid) = $this->get_revision_entity($values, 'update'); $type = $node->bundle();