Skip to content
Snippets Groups Projects
Commit 152322da authored by Gábor Hojtsy's avatar Gábor Hojtsy
Browse files

#202895 by cwgordon7, theborg: fix node revision view page load argumnets

parent 4b0d7f55
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -1486,6 +1486,7 @@ function node_menu() {
);
$items['node/%node/revisions/%/view'] = array(
'title' => 'Revisions',
'load arguments' => array(3),
'page callback' => 'node_show',
'page arguments' => array(1, NULL, TRUE),
'type' => MENU_CALLBACK,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment