aboutsummaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
Diffstat (limited to 'engine')
-rw-r--r--engine/lib/entities.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/engine/lib/entities.php b/engine/lib/entities.php
index e38b0f924..1660d6e4e 100644
--- a/engine/lib/entities.php
+++ b/engine/lib/entities.php
@@ -875,8 +875,6 @@ function elgg_get_entities(array $options = array()) {
}
$dt = get_data($query, $options['row_callback']);
-
- //@todo normalize this to array()
return $dt;
} else {
$total = get_data_row($query);