diff options
author | Brett Profitt <brett.profitt@gmail.com> | 2011-10-13 22:43:11 -0700 |
---|---|---|
committer | Brett Profitt <brett.profitt@gmail.com> | 2011-10-13 22:43:11 -0700 |
commit | 2b6380b5c70f6b4be6976ac735b3175621dfad30 (patch) | |
tree | f9f94c4929641370ceb42fddeca4b634a22fd45f /engine | |
parent | 96604b6836edc0ee2f9bfc58fdbaedf19a6f099c (diff) | |
download | elgg-2b6380b5c70f6b4be6976ac735b3175621dfad30.tar.gz elgg-2b6380b5c70f6b4be6976ac735b3175621dfad30.tar.bz2 |
Fixes #3901. Corrected typo for maxtime sorting.
Diffstat (limited to 'engine')
-rw-r--r-- | engine/lib/annotations.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/annotations.php b/engine/lib/annotations.php index c227c5516..66c6454c3 100644 --- a/engine/lib/annotations.php +++ b/engine/lib/annotations.php @@ -289,7 +289,7 @@ function elgg_list_annotations($options) { * Returns entities based upon annotations. Also accepts all options available * to elgg_get_entities() and elgg_get_entities_from_metadata(). * - * Entity creation time is selected as max_time. To sort based upon + * Entity creation time is selected as maxtime. To sort based upon * this, pass 'order_by' => 'maxtime asc' || 'maxtime desc' * * @see elgg_get_entities |