[Rt-commit] r6985 - rt/branches/3.7-EXPERIMENTAL-RTIR-2.2/lib/RT/Interface

ruz at bestpractical.com ruz at bestpractical.com
Tue Feb 13 08:42:55 EST 2007


Author: ruz
Date: Tue Feb 13 08:42:53 2007
New Revision: 6985

Modified:
   rt/branches/3.7-EXPERIMENTAL-RTIR-2.2/lib/RT/Interface/Web.pm

Log:
* again config's thing

Modified: rt/branches/3.7-EXPERIMENTAL-RTIR-2.2/lib/RT/Interface/Web.pm
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL-RTIR-2.2/lib/RT/Interface/Web.pm	(original)
+++ rt/branches/3.7-EXPERIMENTAL-RTIR-2.2/lib/RT/Interface/Web.pm	Tue Feb 13 08:42:53 2007
@@ -176,7 +176,7 @@
     my $redir_to = shift;
     untie $HTML::Mason::Commands::session;
     my $uri = URI->new($redir_to);
-    my $server_uri = URI->new($RT::WebURL);
+    my $server_uri = URI->new( RT->Config->Get('WebURL') );
 
     # If the user is coming in via a non-canonical
     # hostname, don't redirect them to the canonical host,


More information about the Rt-commit mailing list