[Bps-public-commit] r20221 - RT-BugTracker-Public/html/Elements
ruz at bestpractical.com
ruz at bestpractical.com
Mon Dec 21 20:51:50 EST 2009
Author: ruz
Date: Mon Dec 21 20:51:50 2009
New Revision: 20221
Modified:
RT-BugTracker-Public/html/Elements/PersonalQuickbar
Log:
* redirect with WebPath
Modified: RT-BugTracker-Public/html/Elements/PersonalQuickbar
==============================================================================
--- RT-BugTracker-Public/html/Elements/PersonalQuickbar (original)
+++ RT-BugTracker-Public/html/Elements/PersonalQuickbar Mon Dec 21 20:51:50 2009
@@ -35,7 +35,8 @@
RT->Config->Get('WebPath')
. '/index.html?goto='
. URI::Escape::uri_escape( URI::Escape::uri_escape(
- $m->request_path
+ RT->Config->Get('WebPath')
+ . $m->request_path
. '?'
. $m->comp('/Elements/QueryString', %{$r->args})
) );
More information about the Bps-public-commit
mailing list