The clean URL does nothing in most circumstances. This is due to an improper JOIN - it should use LEFT joins, not INNER joins when referencing tables where data may not exist.
Silly me.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | wpi_1.5-rc1.patch | 865 bytes | achbed |
The clean URL does nothing in most circumstances. This is due to an improper JOIN - it should use LEFT joins, not INNER joins when referencing tables where data may not exist.
Silly me.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | wpi_1.5-rc1.patch | 865 bytes | achbed |
Comments
Comment #1
achbed commentedComment #2
achbed commentedFixed in 6.x-1.5-rc1
Comment #3
achbed commentedPatch attached for those interested in patching 6.x-1.4 instead of pulling from the repository.