[Rt-commit] rt branch, 3.8-trunk, updated. rt-3.8.7-156-g8079c05

Emmanuel Lacour elacour at bestpractical.com
Tue Feb 16 12:22:02 EST 2010


The branch, 3.8-trunk has been updated
       via  8079c05cc2f513c7d511d324f7e9e74513c19890 (commit)
      from  cda5a5f30bda3eb1715ed1b5b5d790a7b741a301 (commit)

Summary of changes:
 share/html/SelfService/Error.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 8079c05cc2f513c7d511d324f7e9e74513c19890
Author: Emmanuel Lacour <elacour at easter-eggs.com>
Date:   Tue Feb 16 18:21:10 2010 +0100

    Add missing loc()

diff --git a/share/html/SelfService/Error.html b/share/html/SelfService/Error.html
index 9c81ebb..8956c3e 100755
--- a/share/html/SelfService/Error.html
+++ b/share/html/SelfService/Error.html
@@ -66,6 +66,6 @@ $Why => loc("the calling component did not specify why")
 </%args>
 
 <%INIT>
-$Details ||= "No details";
+$Details ||= loc("No details");
 $RT::Logger->error("WebRT: $Why ($Details)");
 </%INIT>

-----------------------------------------------------------------------


More information about the Rt-commit mailing list