Closed (outdated)
Project:
AJAX Comments
Version:
6.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Jan 2011 at 22:42 UTC
Updated:
8 Jun 2020 at 18:26 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
nibblebot commentedThis bug also afflicts comment_bonus_api. I've created an issue for that here: #1042794: incomplete call to drupal_alter('link')
Comment #2
gregstout commentedI ran into the same problem and used the above code to fix it. Confirmed that it doesn't recalculate the $links again and all my hook_link_alter functions for the $links will not be overwritten.
It seems maybe the patch above is malformed, but here is the patch I created from the code I changed (which it exactly as the above patch).
Comment #3
qzmenkoIssue is closed because 6.x version is unsupported. Feel free to open new issue for 7.x or 8.x versions of module.