Posted by cowsandmilk on June 11, 2009 at 12:58am
Jump to:
| 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
Thanks for that,
I just committed it to CVS.
Ron.
#2
Automatically closed -- issue fixed for 2 weeks with no activity.