Download & Extend

theme_biblio_long makes bad author links

Project:Bibliography Module
Version:master
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

At line 107 of theme_biblio_long, we have:

$authors[] = theme('biblio_author_link', $auth['name'], $auth['cid']);

There should be an additional argument of $base so that if the user is not using the default base of biblio, the links point to the correct place.

$authors[] = theme('biblio_author_link', $auth['name'], $auth['cid'], $base);

Comments

#1

Status:active» fixed

Thanks for that,

I just committed it to CVS.

Ron.

#2

Status:fixed» closed (fixed)

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