diff options
Diffstat (limited to 'includes')
-rw-r--r-- | includes/entity.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/entity.inc b/includes/entity.inc index 95e7c6b1c..55672c7c7 100644 --- a/includes/entity.inc +++ b/includes/entity.inc @@ -758,7 +758,7 @@ class EntityFieldQuery { * Note if the entity type is known, then the following snippet will load * the entities found: * @code - * $result = $query->execute; + * $result = $query->execute(); * $entities = entity_load($my_type, array_keys($result[$my_type])); * @endcode */ |