[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.9.6-226-g2d4853f
Shawn Moore
sartak at bestpractical.com
Mon Nov 29 21:06:26 EST 2010
The branch, 3.9-trunk has been updated
via 2d4853fe15cc1ebd554440b1935899bc6c967a83 (commit)
from 58bbd3ab1266625a6958350f64ce3e212cfd9fff (commit)
Summary of changes:
share/html/Elements/Tabs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 2d4853fe15cc1ebd554440b1935899bc6c967a83
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Mon Nov 29 21:06:14 2010 -0500
Use the right method name for munging URI params
diff --git a/share/html/Elements/Tabs b/share/html/Elements/Tabs
index 8002a41..47cf083 100755
--- a/share/html/Elements/Tabs
+++ b/share/html/Elements/Tabs
@@ -490,7 +490,7 @@ if ( $request_path !~ qr{^/SelfService/} ) {
if ($request_path =~ qr{^/Search/Results.html}
&& #XXX TODO better abstraction
$session{'CurrentUser'}->HasRight( Right => 'SuperUser', Object => $RT::System )) {
- my $shred_args = URI->new->query_param(
+ my $shred_args = URI->new->query_form(
search => 1,
plugin => 'Tickets',
'Tickets:query' => $query_args{'Query'},
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list