From e7b9a4480afdc4ad9462f166439d0dcae5c9c866 Mon Sep 17 00:00:00 2001 From: Martin Kamerbeek Date: Mon, 31 May 2010 20:02:11 +0200 Subject: [PATCH] Pass configuration generateEmailContent method. --- lib/WebGUI/AssetAspect/Mailable.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/AssetAspect/Mailable.pm b/lib/WebGUI/AssetAspect/Mailable.pm index a85ee51..ca1720a 100644 --- a/lib/WebGUI/AssetAspect/Mailable.pm +++ b/lib/WebGUI/AssetAspect/Mailable.pm @@ -111,7 +111,7 @@ sub processContentAsUser { # Generate email body for this user my $content = $session->style->process( - $self->generateEmailContent( $issueId ), + $self->generateEmailContent( $issueId, $configuration ), $styleTemplateId, );