Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
2659fadd
Commit
2659fadd
authored
Dec 10, 2005
by
Dries
Browse files
- Patch
#40587
by wtanaka: execute -> submit
parent
30450039
Changes
2
Hide whitespace changes
Inline
Side-by-side
modules/node.module
View file @
2659fadd
...
...
@@ -1510,8 +1510,8 @@ function node_submit($node) {
}
// Do node-type-specific validation checks.
node_invoke
(
$node
,
'
execute
'
);
node_invoke_nodeapi
(
$node
,
'
execute
'
);
node_invoke
(
$node
,
'
submit
'
);
node_invoke_nodeapi
(
$node
,
'
submit
'
);
$node
->
validated
=
TRUE
;
...
...
modules/node/node.module
View file @
2659fadd
...
...
@@ -1510,8 +1510,8 @@ function node_submit($node) {
}
// Do node-type-specific validation checks.
node_invoke
(
$node
,
'
execute
'
);
node_invoke_nodeapi
(
$node
,
'
execute
'
);
node_invoke
(
$node
,
'
submit
'
);
node_invoke_nodeapi
(
$node
,
'
submit
'
);
$node
->
validated
=
TRUE
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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