[Rt-commit] [rtir] 06/08: Switch to DECODED_ARGS from request_args

Kevin Falcone falcone at bestpractical.com
Fri Jul 12 22:55:34 EDT 2013


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

falcone pushed a commit to branch 2.9/search-menus
in repository rtir.

commit 7974f7ef5dca1123f1bc0b32deefedeb8bdb4446
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Fri Jul 12 22:45:04 2013 -0400

    Switch to DECODED_ARGS from request_args
    
    The rationale for using this is in RT's 17bc0c1 but the biggest change
    is having access to the utf8-decoded values.
---
 html/Callbacks/RTIR/Elements/Tabs/Privileged | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/html/Callbacks/RTIR/Elements/Tabs/Privileged b/html/Callbacks/RTIR/Elements/Tabs/Privileged
index de0ac9b..b72ebec 100644
--- a/html/Callbacks/RTIR/Elements/Tabs/Privileged
+++ b/html/Callbacks/RTIR/Elements/Tabs/Privileged
@@ -54,7 +54,7 @@ my $query_string = sub {
     return $u->query || '';
 };
 
-my $args = $m->request_args;
+my $args = $DECODED_ARGS;
 
 my $search_arguments = sub {
     my %res = ();

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


More information about the Rt-commit mailing list