I noticed this while investigating #325444-20: Make usage statistics EVEN MORE visible...

A little CVS archeology shows that the bug was introduced by #218571: add hook_project_page_link_alter(), implement to add security link to all project pages and none of us noticed. Basically, these links were previously generated by theme_project_release_project_download_table(), which immediately returns no data if $node->releases isn't set. When the links were moved into the project_release implementation of hook_project_page_link_alter(), the same check was lost.

Should be trivial to fix, stay tuned.

CommentFileSizeAuthor
#1 327285_project_release_links.patch815 bytesdww

Comments

dww’s picture

Status: Active » Needs review
StatusFileSize
new815 bytes
hunmonk’s picture

Status: Needs review » Reviewed & tested by the community

trival patch. code looks good.

dww’s picture

Status: Reviewed & tested by the community » Fixed

Committed to HEAD, DRUPAL-5, and deployed on d.o.
see http://drupal.org/project/webmasters

Anonymous’s picture

Status: Fixed » Closed (fixed)

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