[Rt-commit] rt branch, 4.0/avoid-absolute-links, updated. rt-4.0.4-188-gf600094

Alex Vandiver alexmv at bestpractical.com
Fri Jan 27 19:58:52 EST 2012


The branch, 4.0/avoid-absolute-links has been updated
       via  f60009448ccf62528de6f0fe7d466243e653136f (commit)
      from  bea84dd9b5370124852c5b9f7a3c71c7d754a0d5 (commit)

Summary of changes:
 lib/RT/Dashboard/Mailer.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit f60009448ccf62528de6f0fe7d466243e653136f
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Fri Jan 27 19:58:40 2012 -0500

    Strip incorrect / -- WebURL is guaranteed to end with one already

diff --git a/lib/RT/Dashboard/Mailer.pm b/lib/RT/Dashboard/Mailer.pm
index 8558978..c7e6ee3 100644
--- a/lib/RT/Dashboard/Mailer.pm
+++ b/lib/RT/Dashboard/Mailer.pm
@@ -252,7 +252,7 @@ SUMMARY
 
     $content = HTML::RewriteAttributes::Links->rewrite(
         $content,
-        RT->Config->Get('WebURL') . '/Dashboards/Render.html',
+        RT->Config->Get('WebURL') . 'Dashboards/Render.html',
     );
 
     $self->EmailDashboard(

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


More information about the Rt-commit mailing list