Closed (fixed)
Project:
Bibliography Module
Version:
master
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Jun 2009 at 00:58 UTC
Updated:
25 Jun 2009 at 12:50 UTC
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
Comment #1
rjerome commentedThanks for that,
I just committed it to CVS.
Ron.