# This patch file was generated by NetBeans IDE
# This patch can be applied using context Tools: Apply Diff Patch action on respective folder.
# It uses platform neutral UTF-8 encoding.
# Above lines and this line are ignored by the patching process.
Index: contributions/modules/comment_cck/comment_cck.module
--- comment_cck.module Base (1.12)
+++ comment_cck.module Locally Modified (Based On 1.12)
@@ -29,6 +29,7 @@
       $content_form = content_form($copy, $form_state);
       // This will hold the form with only the fields we need
       $final_form = array();
+      $final_form['#node'] = $node;
       $final_form['type']['#value'] = $node->type;
 
       foreach ($fields as $field) {
