Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
152322da
Commit
152322da
authored
Dec 21, 2007
by
Gábor Hojtsy
Browse files
#202895
by cwgordon7, theborg: fix node revision view page load argumnets
parent
4b0d7f55
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/node/node.module
View file @
152322da
...
...
@@ -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
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment