- Patch #40587 by wtanaka: execute -> submit

4.7.x
Dries Buytaert 2005-12-10 08:12:59 +00:00
parent 30450039f9
commit 2659fadd5f
2 changed files with 4 additions and 4 deletions

View File

@ -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;

View File

@ -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;