[wiaflos-devel] COMMIT - r272 - trunk/wiaflos/server

svn at linuxrulz.org svn at linuxrulz.org
Tue Dec 30 07:52:57 GMT 2008


Author: nkukard
Date: 2008-12-30 07:52:57 +0000 (Tue, 30 Dec 2008)
New Revision: 272

Modified:
   trunk/wiaflos/server/templating.pm
Log:
* Fixed bug in template exception abort() function


Modified: trunk/wiaflos/server/templating.pm
===================================================================
--- trunk/wiaflos/server/templating.pm	2008-12-30 07:46:08 UTC (rev 271)
+++ trunk/wiaflos/server/templating.pm	2008-12-30 07:52:57 UTC (rev 272)
@@ -125,7 +125,7 @@
 # Args: template_name params
 sub abort
 {
-	die Template::Exception->new(@_);
+	die Template::Exception->new("abort",join(': ', at _));
 }
 
 



More information about the wiaflos-devel mailing list