Changes between Initial Version and Version 1 of Ticket #34617, comment 15
- Timestamp:
- 11/09/2015 05:28:48 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34617, comment 15
initial v1 1 1 As I trace the result through the `function apply_filter` gets the corrected values in `arg[1]` but returns `$args[3]` which has the original values. 2 3 So the filter never actually returns the corrected values. Bizarre.