Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
taxonomy.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Dec 2008 at 22:48 UTC
Updated:
2 Jan 2009 at 15:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
catchWell found, turns out $query->conditions is a valid method so it doesn't blow up. Patch is good, added a test - the existing ones load stuff by conditions, but didn't check for the possibility of too many terms coming back.
Comment #2
asimmonds commentedNew test passes if bug is fixed, and fail if not. In the new test code, should NULL be used instead of array() in taxonomy_term_load_multiple() so it's consistent with the other occurrences of taxonomy_term_load_multiple()?
Comment #3
catchasimmonds, I think the plan is to move to type hinting all parameters, which would make array() the standard instead of NULL - see #318016: Type hint array parameters - there's not a standard on that yet though.
Comment #5
catchRe-testing.
Comment #6
dries commentedCommitted to CVS HEAD. Thanks!