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.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dabblela’s picture

RdeBoer’s picture

Thanks for the patch manatwo!
Rik

  • adriancid committed e3b8fc8 on 7.x-1.x
    Issue #2260291 by manatwo, adriancid: Allow module to work with Purl
    
    

adriancid’s picture

Status: Needs review » Fixed

Thanks @manatwo

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.