Index: skeleton_template.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/skeleton/skeleton_template.inc,v
retrieving revision 1.12
diff -u -r1.12 skeleton_template.inc
--- skeleton_template.inc	31 Jan 2009 22:35:12 -0000	1.12
+++ skeleton_template.inc	11 Mar 2009 19:28:23 -0000
@@ -297,7 +297,7 @@
     );
 
     // unset the values we don't want or cannot save
-    $unset = array('parent', 'weight', 'menu', 'book', 'path', 'attachments', 'field_file', 'revision_information', 'log', 'buttons', '#after_build', '#submit');
+    $unset = array('parent', 'weight', 'menu', 'book', 'path', 'attachments', 'field_file', 'revision_information', 'log', 'buttons', '#submit');
     foreach ($unset as $item) {
       unset($form[$item]);
     }
@@ -400,7 +400,7 @@
 function skeleton_edit_template_form_submit($form, &$form_state) {
   // these items are not stored node data
   $node = $form_state['values'];
-  $unset = array('template_id', 'template', 'node_type', 'nid', 'vid', 'teaser_js', 'created', 'changed', 'date', 'op', 'submit', 'form_token', 'form_id');
+  $unset = array('template_id', 'template', 'node_type', 'nid', 'vid', 'teaser_js', 'created', 'changed', 'date', 'op', 'submit', 'form_token', 'form_id', '#after_build');
   foreach ($unset as $item) {
     unset($node[$item]);
   }
