? example.patch Index: page_manager/plugins/tasks/node_edit.inc =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/ctools/page_manager/plugins/tasks/node_edit.inc,v retrieving revision 1.4 diff -u -p -r1.4 node_edit.inc --- page_manager/plugins/tasks/node_edit.inc 27 Sep 2009 03:41:02 -0000 1.4 +++ page_manager/plugins/tasks/node_edit.inc 1 Nov 2010 14:44:39 -0000 @@ -98,7 +98,7 @@ function page_manager_node_edit($node) { // We've already built the form with the context, so we can't build it again, or // form_clean_id will mess up our ids. But we don't really need to, either: $context = current($contexts); - $output = drupal_render_form($context->form_id, $context->form); + $output = drupal_build_form($context->form_id, $context->form_state); } return $output;