Skip to content
Snippets Groups Projects
Commit 69894265 authored by git's avatar git Committed by Chris Leppanen
Browse files

Issue #1829212 by alan-io1, agupta, MegaChriz, ac: SQLSTATE[42S22]: Column not...

Issue #1829212 by alan-io1, agupta, MegaChriz, ac: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'feeds_item.entity_type' in 'on clause'
parent 04ce14e7
No related branches found
No related tags found
No related merge requests found
......@@ -173,10 +173,8 @@ function feeds_views_data() {
'type' => 'LEFT',
'extra' => array(
array(
'table' => 'feeds_item',
'field' => 'entity_type',
'value' => $entity_type,
'operator' => '=',
),
),
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment