The groups are not found if the node type is different from 'og'?

Error query

SELECT n.nid, title, o. *
FROM node n
INNER JOIN og o ON n.nid = o.nid
WHERE n.type = 'og' // It can be different from OG !!
ORDER BY n.title
LIMIT 0 , 30

CommentFileSizeAuthor
#1 og_promote_2.patch2.15 KBdarren oh

Comments

darren oh’s picture

Assigned: Unassigned » darren oh
Status: Active » Needs review
StatusFileSize
new2.15 KB
darren oh’s picture

Version: master » 4.7.x-1.x-dev
Status: Needs review » Fixed

Fixed in CVS commit 56990.

Anonymous’s picture

Status: Fixed » Closed (fixed)