# 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/term_node_count/term_node_count.views.inc
--- contributions/modules/term_node_count/term_node_count.views.inc Base (1.2)
+++ contributions/modules/term_node_count/term_node_count.views.inc Locally Modified (Based On 1.2)
@@ -13,6 +13,11 @@
 		'left_field' => 'tid',
 		'field' => 'tid'
 	);
+  $data['term_node_count']['table']['join']['node'] = array(
+    'left_field' => 'tid',
+    'left_table' => 'term_node',
+    'field' => 'tid',
+  );
\ No newline at end of file
 	$data['term_node_count']['node_count'] = array(
 		'field' => array(
 			'handler' => 'term_node_count_handler_field'
