[Rt-commit] '' 03/04: Initial caps for params passed in link to Shredder

Jim Brandt jbrandt at bestpractical.com
Fri Apr 26 15:27:59 EDT 2013


This is an automated email from the git hooks/post-receive script.

jbrandt pushed a commit to branch 2.9/search-menu-fixes
in repository rtir.

commit 92b64205f3ebed19ce8e3d6b9803aab4d0a9799f
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Fri Apr 26 11:21:46 2013 -0400

    Initial caps for params passed in link to Shredder
---
 html/Callbacks/RTIR/Elements/Tabs/Privileged | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/html/Callbacks/RTIR/Elements/Tabs/Privileged b/html/Callbacks/RTIR/Elements/Tabs/Privileged
index 9ffd165..59fcbea 100644
--- a/html/Callbacks/RTIR/Elements/Tabs/Privileged
+++ b/html/Callbacks/RTIR/Elements/Tabs/Privileged
@@ -484,8 +484,8 @@ if ( $request_path =~ m{^/RTIR/(?:$re_rtir_types/)?(Display|Edit|Update|Forward|
         if ( $session{'CurrentUser'}->HasRight(
                  Right => 'SuperUser', Object => RT->System) ) {
             my $shred_args = $query_string->(
-                search          => 1,
-                plugin          => 'Tickets',
+                Search          => 1,
+                Plugin          => 'Tickets',
                 'Tickets:query' => $args{'Query'},
                 'Tickets:limit' => $args{'RowsPerPage'},
             );

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Rt-commit mailing list