db_select() failed because:
+ // addField() doesn't return the $query object, so we do it in a separate
+ // line.
| Comment | File | Size | Author |
|---|---|---|---|
| comment-views-flag-query-fix.patch | 1.08 KB | amitaibu |
db_select() failed because:
+ // addField() doesn't return the $query object, so we do it in a separate
+ // line.
| Comment | File | Size | Author |
|---|---|---|---|
| comment-views-flag-query-fix.patch | 1.08 KB | amitaibu |
Comments
Comment #1
quicksketchThanks, obviously I hadn't tested out that access check, as db_fetch_object() also doesn't even exist any more. Thanks for the patch, committed to 7.x-2.x branch.
Comment #2
quicksketchComment #4
mototribe commentedawesome, that fixed my "fatal error" problem in beta6. Thank you!