#320395 by qutoz and swentel: Fix PHP notice on preview with body-less nodes.
parent
d1855fe18b
commit
ac7de32b3c
|
@ -968,6 +968,7 @@ function node_submit($node) {
|
|||
}
|
||||
else {
|
||||
$node->teaser = '';
|
||||
$node->format = 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue