db_select() failed because:

+    // addField() doesn't return the $query object, so we do it in a separate
+    // line.
CommentFileSizeAuthor
comment-views-flag-query-fix.patch1.08 KBamitaibu

Comments

quicksketch’s picture

Status: Needs review » Fixed

Thanks, 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.

quicksketch’s picture

Title: Fix flag_flag_access_multiple() on 'comment' flags » Method flag_flag_access_multiple() on 'comment' flags broken

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

mototribe’s picture

awesome, that fixed my "fatal error" problem in beta6. Thank you!