#320395 by qutoz and swentel: Fix PHP notice on preview with body-less nodes.

merge-requests/26/head
Angie Byron 2009-01-17 20:56:04 +00:00
parent d1855fe18b
commit ac7de32b3c
1 changed files with 1 additions and 0 deletions

View File

@ -968,6 +968,7 @@ function node_submit($node) {
}
else {
$node->teaser = '';
$node->format = 0;
}
}