Closed (fixed)
Project:
Ubercart
Version:
7.x-3.x-dev
Component:
Catalog
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Feb 2013 at 13:24 UTC
Updated:
21 Feb 2013 at 00:00 UTC
It appears that uc_catalog is still using hook_link_alter which isn't a valid hook in Drupal 7.
Attached is a patch that rewrites the link using hook_preprocess_link
| Comment | File | Size | Author |
|---|---|---|---|
| uc_catalog.module.patch | 1000 bytes | roderik de langen |
Comments
Comment #1
DanZ commentedComment #3
longwaveTested and committed, thanks for the patch.