[open-ils-commits] r17321 - branches/rel_2_0/Open-ILS/src/reporter (atz)

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Aug 23 18:27:51 EDT 2010


Author: atz
Date: 2010-08-23 18:27:44 -0400 (Mon, 23 Aug 2010)
New Revision: 17321

Modified:
   branches/rel_2_0/Open-ILS/src/reporter/clark-kent.pl
Log:
Paste error

Modified: branches/rel_2_0/Open-ILS/src/reporter/clark-kent.pl
===================================================================
--- branches/rel_2_0/Open-ILS/src/reporter/clark-kent.pl	2010-08-23 22:27:43 UTC (rev 17320)
+++ branches/rel_2_0/Open-ILS/src/reporter/clark-kent.pl	2010-08-23 22:27:44 UTC (rev 17321)
@@ -380,7 +380,7 @@
 
 sub send_fail {
 	my $r = shift;
-	open F, $fail_template or die "Cannot read '$success_template'";
+	open F, $fail_template or die "Cannot read '$fail_template'";
 	my $tmpl = join('',<F>);
 	close F;
 



More information about the open-ils-commits mailing list