From 698942656978b0b1c88950b3ca10fa4d302bc4d3 Mon Sep 17 00:00:00 2001 From: git <git@2946661.no-reply.drupal.org> Date: Fri, 10 Apr 2015 15:53:12 -0700 Subject: [PATCH] Issue #1829212 by alan-io1, agupta, MegaChriz, ac: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'feeds_item.entity_type' in 'on clause' --- views/feeds.views.inc | 2 -- 1 file changed, 2 deletions(-) diff --git a/views/feeds.views.inc b/views/feeds.views.inc index bc204ae2..2fd72989 100644 --- a/views/feeds.views.inc +++ b/views/feeds.views.inc @@ -173,10 +173,8 @@ function feeds_views_data() { 'type' => 'LEFT', 'extra' => array( array( - 'table' => 'feeds_item', 'field' => 'entity_type', 'value' => $entity_type, - 'operator' => '=', ), ), ); -- GitLab