Currently, this module can't work with PURL because PURL overrides the $path in its hook_url_inbound_alter, and then $original_path will never == $path in this module's hook_url_inbound_alter. This patch makes it possible for the two modules to work together, though there might be a better way to achieve it than this.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 2260291-path_alias_xt-purl_compatability-1.patch | 621 bytes | dabblela |
Comments
Comment #1
dabblela commentedComment #2
rdeboerThanks for the patch manatwo!
Rik
Comment #6
adriancidThanks @manatwo