projects
/
project/drupal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
3919174
)
Issue #1831408 by kotnik: Fix spelling of entity in docs
author
Jennifer Hodgdon
Sat, 10 Nov 2012 15:09:04 +0000 (07:09 -0800)
committer
Jennifer Hodgdon
Sat, 10 Nov 2012 15:09:04 +0000 (07:09 -0800)
modules/field/field.attach.inc
patch
|
blob
|
blame
|
history
diff --git
a/modules/field/field.attach.inc
b/modules/field/field.attach.inc
index
868d7bd
..
5bebe9b
100644
(file)
--- a/
modules/field/field.attach.inc
+++ b/
modules/field/field.attach.inc
@@
-709,7
+709,7
@@
function field_attach_load($entity_type, $entities, $age = FIELD_LOAD_CURRENT, $
_field_invoke_multiple('load', $entity_type, $queried_entities, $age, $null, $options);
// Invoke hook_field_attach_load(): let other modules act on loading the
- // entitiy.
+ // entity.
module_invoke_all('field_attach_load', $entity_type, $queried_entities, $age, $options);
// Build cache data.