Closed (fixed)
Project:
Image Assist
Version:
4.6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Apr 2005 at 23:37 UTC
Updated:
9 May 2005 at 23:59 UTC
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