- #35284: fixing node form

4.7.x
Steven Wittens 2005-10-26 14:49:59 +00:00
parent 27c619d16f
commit 34fcf45def
2 changed files with 2 additions and 0 deletions

View File

@ -1590,6 +1590,7 @@ function node_object_prepare(&$node) {
function node_form($node) {
$op = isset($_POST['op']) ? $_POST['op'] : '';
$node = array2object($node);
node_object_prepare($node);
// Set the id of the top-level form tag

View File

@ -1590,6 +1590,7 @@ function node_object_prepare(&$node) {
function node_form($node) {
$op = isset($_POST['op']) ? $_POST['op'] : '';
$node = array2object($node);
node_object_prepare($node);
// Set the id of the top-level form tag