$format not handled correctly in node preview
starbow - October 30, 2008 - 23:06
| Project: | Live |
| Version: | 6.x-1.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed |
Description
Currently the nodes Input format is ignored. This issue is in live.node.inc. You pull the $format out of the post, but then in your node_teaser call you use $node->format, which has not been set. Setting $node->format = $format fixes this, but I am not sure why you don't just pull from the post into $node->format.
Also, when you call check_markup, you are using $format before it is set.

#1
I can confirm this, attached is a patch which fixes this.
#2
Fixed in CVS! Thanks!
#3
Automatically closed -- issue fixed for two weeks with no activity.
#4
Please release?