Opened 3 years ago
Closed 3 years ago
#2145 closed Defect (fixed)
elgg_list_entities() does not grab offset
| Reported by: | cash | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | Elgg 1.7.2 |
| Component: | Core | Version: | 1.7 |
| Severity: | minor | Keywords: | |
| Cc: | brettp | Difficulty: |
Description
Are we expecting that elgg_list_entities() will not support grabbing offset automatically like list_entities() does?
Change History (3)
comment:1 Changed 3 years ago by cash
- Priority changed from normal to high
comment:2 Changed 3 years ago by brettp
comment:3 Changed 3 years ago by brettp
- Resolution set to fixed
- Status changed from new to closed
(In [svn:5973]) Fixes #2145: elgg_list_entities() respects offset and limit passed via $_GET.
Note: See
TracTickets for help on using
tickets.

elgg_list_entities() should grab the offset.