#3823 closed Defect (fixed)
commit 1f22e0c948 broke browsing files by type for all users
| Reported by: | cash | Owned by: | brettp |
|---|---|---|---|
| Priority: | normal | Milestone: | Elgg 1.8.1b |
| Component: | File | Version: | 1.8 |
| Severity: | minor | Keywords: | |
| Cc: | brett@… | Difficulty: | easy |
Description
It is forcing page owner guid to 0 which is passed to elgg_get_entities() as container. elgg_get_entities() does not like being passed 0 and returns nothing.
Change History (4)
comment:1 Changed 21 months ago by cash
comment:2 Changed 20 months ago by brettp
- Owner set to brettp
- Status changed from new to assigned
comment:3 Changed 20 months ago by Brett Profitt
- Resolution set to fixed
- Status changed from assigned to closed
Fixes #3823. More carefully casting to int for file's search.
Changeset: 672bca794418ffa5544319de1a8ecfed3f088bd0
comment:4 Changed 19 months ago by Brett Profitt
Fixes #3823. More carefully casting to int for file's search.
Changeset: 672bca794418ffa5544319de1a8ecfed3f088bd0
Note: See
TracTickets for help on using
tickets.

Let's see if I can link that commit: [1f22e0c9487b90af9df4dd134db660b59d157735]