Index: /mods/wpsg_mod_downloadplus.class.php
===================================================================
--- /mods/wpsg_mod_downloadplus.class.php	(revision 6293)
+++ /mods/wpsg_mod_downloadplus.class.php	(revision 6295)
@@ -941,6 +941,8 @@
 								{
 									 
+									$font_function = $t['font'];
+									
 									$pdf->SetDrawColor(0, 0, 0);
-									$pdf->$t['font']($t['x'], $t['y'], $t['text'], $t['fontsize']); 
+									$pdf->$font_function($t['x'], $t['y'], $t['text'], $t['fontsize']); 
 									
 								}
@@ -1009,6 +1011,8 @@
 								{
 									 
+									$font_function = $t['font'];
+									
 									$pdf->SetDrawColor(0, 0, 0);
-									$pdf->$t['font']($t['x'], $t['y'], $t['text'], $t['fontsize']); 
+									$pdf->$font_function($t['x'], $t['y'], $t['text'], $t['fontsize']); 
 										
 								}
