[Rt-commit] r20080 - rt/3.8/trunk/share/html/Elements
ruz at bestpractical.com
ruz at bestpractical.com
Wed Jul 1 18:42:10 EDT 2009
Author: ruz
Date: Wed Jul 1 18:42:10 2009
New Revision: 20080
Modified:
rt/3.8/trunk/share/html/Elements/RefreshHomepage
Log:
* use $m->request_path instead of $m->request_comp->path
Modified: rt/3.8/trunk/share/html/Elements/RefreshHomepage
==============================================================================
--- rt/3.8/trunk/share/html/Elements/RefreshHomepage (original)
+++ rt/3.8/trunk/share/html/Elements/RefreshHomepage Wed Jul 1 18:42:10 2009
@@ -46,7 +46,7 @@
%#
%# END BPS TAGGED BLOCK }}}
<&|/Widgets/TitleBox, title => loc('Refresh')&>
-<form method="get" action="<%RT->Config->Get('WebPath') . $m->request_comp->path %>">
+<form method="get" action="<% RT->Config->Get('WebPath') . $m->request_path %>">
<& /Elements/Refresh, Name => 'HomeRefreshInterval',
Default => $session{'home_refresh_interval'}||RT->Config->Get('HomePageRefreshInterval', $session{'CurrentUser'}) &>
<& /Elements/Submit, Label => loc('Go!') &>
More information about the Rt-commit
mailing list