diff options
Diffstat (limited to 'engine/lib')
-rw-r--r-- | engine/lib/entities.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/entities.php b/engine/lib/entities.php index 88cf3e3a7..fcdc1ee6c 100644 --- a/engine/lib/entities.php +++ b/engine/lib/entities.php @@ -1812,7 +1812,7 @@ function elgg_get_entities(array $options = array()) { $options = array_merge($defaults, $options); - $singulars = array('type', 'subtype', 'owner_guid', 'container_guid', 'site_guid'); + $singulars = array('type', 'subtype', 'owner_guid', 'container_guid', 'site_guid', 'type_subtype_pair'); $options = elgg_normalise_plural_options_array($options, $singulars); // evaluate where clauses |