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

CommentFileSizeAuthor
uc_catalog.module.patch1000 bytesroderik de langen

Comments

DanZ’s picture

Version: 7.x-3.3 » 7.x-3.x-dev
Status: Needs work » Needs review

Status: Needs review » Needs work

The last submitted patch, uc_catalog.module.patch, failed testing.

longwave’s picture

Title: Use of none existing hook link_alter » Replace hook_link_alter with hook_preprocess_link
Status: Needs work » Fixed

Tested and committed, thanks for the patch.

Status: Fixed » Closed (fixed)

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