Closed (fixed)
Project:
Bibliography Module
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 May 2013 at 14:33 UTC
Updated:
7 Jun 2013 at 00:40 UTC
Don't know if anybody else had this problem (undefined variable: base in theme_biblio_author_link)... I fixed it by adding this line to biblio/includes/biblio_theme.inc (at line 567) :
$base = variable_get('biblio_base', 'biblio');
Comments
Comment #1
rjerome commentedFixed...
http://drupalcode.org/project/biblio.git/commit/93e779d