Really this is just a small typo in the img_assist_get_references query. The reference to the node table inside the query is not aliased correctly, so an error like "Unknown table 'n' in field list query: SELECT n.nid, n.title FROM node WHERE status = 1 AND n.nid = 1" is logged and the block fails to load.
Patch is attached.
| Comment | File | Size | Author |
|---|---|---|---|
| get_references_fix.patch | 541 bytes | grohk |
Comments
Comment #1
matt westgate commentedPatch applied. Thanks!
Comment #2
(not verified) commented