summaryrefslogtreecommitdiff
path: root/modules/taxonomy
diff options
context:
space:
mode:
authorwebchick <webchick@24967.no-reply.drupal.org>2012-08-18 14:15:07 +0200
committerwebchick <webchick@24967.no-reply.drupal.org>2012-08-18 14:15:07 +0200
commitb8f53337739f6d5f07bea18342473f4e6794eb97 (patch)
tree5afbf4f6f489a4f30a79d219e5e64c3bea92a77a /modules/taxonomy
parentfbedd1a9be9c08fb80dab5edf3906866905f1095 (diff)
downloadbrdo-b8f53337739f6d5f07bea18342473f4e6794eb97.tar.gz
brdo-b8f53337739f6d5f07bea18342473f4e6794eb97.tar.bz2
Issue #1054162 by tim.plunkett, Transition, Dave Reid, joachim, no_commit_credit, Berdir, marcingy, damiankloip: Taxonomy bundles not supported by EntityFieldQuery (followup).
Diffstat (limited to 'modules/taxonomy')
-rw-r--r--modules/taxonomy/taxonomy.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module
index d501282fe..4652c2e67 100644
--- a/modules/taxonomy/taxonomy.module
+++ b/modules/taxonomy/taxonomy.module
@@ -1914,7 +1914,7 @@ function taxonomy_taxonomy_term_delete($term) {
* Converts EntityFieldQuery instances on taxonomy terms that have an entity
* condition on term bundles (vocabulary machine names). Since the vocabulary
* machine name is not present in the {taxonomy_term_data} table itself, we have
- * to convert the bundle condition into a proprety condition of vocabulary IDs
+ * to convert the bundle condition into a property condition of vocabulary IDs
* to match against {taxonomy_term_data}.vid.
*/
function taxonomy_entity_query_alter($query) {