summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJennifer Hodgdon <yahgrp@poplarware.com>2012-08-02 10:05:21 -0700
committerJennifer Hodgdon <yahgrp@poplarware.com>2012-08-02 10:05:21 -0700
commitdadf3adbfdf0c4b9692a30c1280ee45f5ec492b5 (patch)
tree14ef2e58c960017679947bc67a77a009daf93805
parent437386277e148ce12831a2fba52b67e59fc62913 (diff)
downloadbrdo-dadf3adbfdf0c4b9692a30c1280ee45f5ec492b5.tar.gz
brdo-dadf3adbfdf0c4b9692a30c1280ee45f5ec492b5.tar.bz2
Issue #1705102 by dsdeiz: Fix reference to nonexestent hook in EntityFieldQuery docs
-rw-r--r--includes/entity.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/entity.inc b/includes/entity.inc
index 832abe2fd..e7356029a 100644
--- a/includes/entity.inc
+++ b/includes/entity.inc
@@ -415,7 +415,7 @@ class EntityFieldQueryException extends Exception {}
* an EntityFieldQueryException will be raised if an unsupported condition is
* specified or if the query has field conditions or sorts that are stored in
* different field storage engines. However, this logic can be overridden in
- * hook_entity_query().
+ * hook_entity_query_alter().
*
* Also note that this query does not automatically respect entity access
* restrictions. Node access control is performed by the SQL storage engine but