]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 418518: Search links in editkeywords.cgi and describekeywords.cgi generate incorr...
authorlpsolit%gmail.com <>
Thu, 21 Feb 2008 22:23:54 +0000 (22:23 +0000)
committerlpsolit%gmail.com <>
Thu, 21 Feb 2008 22:23:54 +0000 (22:23 +0000)
Bugzilla/Search.pm

index 6db637b5f3b08af80633c993fb97ec408df4c47a..49aa8bfbe06d8d0b273b78820f4938bb3f022676 100644 (file)
@@ -27,6 +27,7 @@
 #                 Max Kanat-Alexander <mkanat@bugzilla.org>
 #                 Joel Peshkin <bugreport@peshkin.net>
 #                 Lance Larsh <lance.larsh@oracle.com>
+#                 Jesse Clark <jjclark1982@gmail.com>
 
 use strict;
 
@@ -1771,7 +1772,7 @@ sub _keywords_nonchanged {
     my $self = shift;
     my %func_args = @_;
     my ($chartid, $v, $ff, $f, $t, $term, $supptables) =
-        @func_args{qw(chartid v ff f t term)};
+        @func_args{qw(chartid v ff f t term supptables)};
     
     my @list;
     my $table = "keywords_$$chartid";