Forums
(@wawco)
11 years, 9 months ago
The code at line 266 can also cause problems when editing. It will begin to generate SQL errors if you change a post.
$post_ID should be changed to $post_id.
There are also one or two more array indexes I missed in my above patch.