aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/tags.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/lib/tags.php')
-rw-r--r--engine/lib/tags.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/lib/tags.php b/engine/lib/tags.php
index 84ea1b978..8d67a89bb 100644
--- a/engine/lib/tags.php
+++ b/engine/lib/tags.php
@@ -292,11 +292,11 @@ function get_tags($threshold = 1, $limit = 10, $metadata_name = "", $entity_type
}
if ($end_ts) {
- $options['time_upper'] = $end_ts;
+ $options['created_time_upper'] = $end_ts;
}
if ($start_ts) {
- $options['time_lower'] = $start_ts;
+ $options['created_time_lower'] = $start_ts;
}
$r = elgg_get_tags($options);