- Issue created by @breck
- π¨π¦Canada Liam Morland Ontario, CA π¨π¦
I suspect the problem is at line 374 of
biblio_style_vancouver.inc
.theme_biblio_page_number()
should not be called directly. It should be called viatheme()
like it is on line 376 or at least have it param be an array with the keys required bytheme_biblio_page_number()
.The comment about
formatPageInfo()
doesn't make any sense. I suspect that this line has been changed at some point. I suggest usinggit blame
to find out the history of this code.Bug reports are always against the development branch.
- πΏπ¦South Africa breck
Thanks. Changing the default style (away from Vancouver) gets rid of the fatal error.