Opened 4 years ago
Closed 4 years ago
#1485941 closed Bugs (fixed)
bug in iil_C_FetchHeaders call
| Reported by: | corbosman | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.3-stable |
| Component: | PHP backend | Version: | git-master |
| Severity: | normal | Keywords: | |
| Cc: |
Description
It took me a while to find this, but there is a bug in a iil_C_FetchHeaders call that prevents the 'message_headers_output' hook to work correctly when caching is enabled.
The problem is that it's missing 1 parameter, which causes the extra headers parameter to be missed.
Patch attached
Attachments (1)
Change History (2)
Changed 4 years ago by corbosman
comment:1 Changed 4 years ago by alec
- Component changed from Core functionality to PHP backend
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Fixed in [41caad8b].