diff --git a/views/votingapi.views.inc b/views/votingapi.views.inc
index c9add95..a199309 100644
--- a/views/votingapi.views.inc
+++ b/views/votingapi.views.inc
@@ -314,13 +314,13 @@ function votingapi_views_data_alter(&$views_data) {
       'field' => 'entity_id',
       'relationship field' => $data['entity_id_column'],
       'handler' => 'votingapi_views_handler_relationship',
-      'extra' => array(
-        array(
-          'field' => 'entity_type',
-          'value' => $data['entity_type'],
-          'numeric' => FALSE
-        ),
-      ),
+//      'extra' => array(
+//        array(
+//          'field' => 'entity_type',
+//          'value' => $data['entity_type'],
+//          'numeric' => FALSE
+//        ),
+//      ),
     );
   }
 }
