[wellwell-devel] [wellwell/zoom] Enable PDF import in [pdf] tag.

Git wellwell-devel at rt.icdevgroup.org
Thu Dec 16 14:11:30 UTC 2010


commit 0b42ca495c5e4507f66c8902514788d894be7770
Author: Stefan Hornburg (Racke) <racke at linuxia.de>
Date:   Thu Dec 16 15:10:59 2010 +0100

    Enable PDF import in [pdf] tag.

 lib/Vend/PDF.pm |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/lib/Vend/PDF.pm b/lib/Vend/PDF.pm
index 69917e7..44be9b5 100644
--- a/lib/Vend/PDF.pm
+++ b/lib/Vend/PDF.pm
@@ -93,7 +93,8 @@ sub pdf {
 	# finally generate PDF
 	my ($pdf);
 
-	$pdf = new Template::Zoom::PDF (template => $html_object);
+	$pdf = new Template::Zoom::PDF (template => $html_object,
+		import => $opt->{import});
 
 	$pdf->process($output);
 



More information about the wellwell-devel mailing list