--- olddraggableviews_handler_flag_weights.inc	2009-11-23 12:32:10.000000000 +0100
+++ draggableviews_handler_flag_weights.inc	2009-11-23 12:26:16.000000000 +0100
@@ -31,6 +31,6 @@
     // For global flags, use uid 0
     $uid = $this->flag->global ? 0 : $user->uid;
 
-    flag_weights_set_weight($this->flag_id, 'node', $nid, $uid, $value);
+    flag_weights_set_weight($this->flag_id, $this->flag->content_type, $nid, $uid, $value);
   }
 }
