[Rt-commit] r7878 - in rt/branches/3.7-EXPERIMENTAL-TUNIS: .

clsung at bestpractical.com clsung at bestpractical.com
Tue May 15 22:26:47 EDT 2007


Author: clsung
Date: Tue May 15 22:26:46 2007
New Revision: 7878

Modified:
   rt/branches/3.7-EXPERIMENTAL-TUNIS/   (props changed)
   rt/branches/3.7-EXPERIMENTAL-TUNIS/html/Elements/Error

Log:
 r1074 at going04:  clsung | 2007-05-16 10:26:08 +0800
 - fix warning if undef $Details


Modified: rt/branches/3.7-EXPERIMENTAL-TUNIS/html/Elements/Error
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL-TUNIS/html/Elements/Error	(original)
+++ rt/branches/3.7-EXPERIMENTAL-TUNIS/html/Elements/Error	Tue May 15 22:26:46 2007
@@ -67,6 +67,7 @@
 </%args>
 
 <%INIT>
+$Details ||= "No details";
 my $error = "WebRT: $Why ($Details)";
 
 # TODO: Log::Dispatch isn't UTF-8 safe. Autrijus needs to talk to dave rolsky about getting this fixed


More information about the Rt-commit mailing list