summaryrefslogtreecommitdiff
path: root/rt/share/html/Widgets/SavedSearch
diff options
context:
space:
mode:
Diffstat (limited to 'rt/share/html/Widgets/SavedSearch')
-rw-r--r--rt/share/html/Widgets/SavedSearch4
1 files changed, 2 insertions, 2 deletions
diff --git a/rt/share/html/Widgets/SavedSearch b/rt/share/html/Widgets/SavedSearch
index 5d3a828..08ad338 100644
--- a/rt/share/html/Widgets/SavedSearch
+++ b/rt/share/html/Widgets/SavedSearch
@@ -2,7 +2,7 @@
%#
%# COPYRIGHT:
%#
-%# This software is Copyright (c) 1996-2012 Best Practical Solutions, LLC
+%# This software is Copyright (c) 1996-2013 Best Practical Solutions, LLC
%# <sales@bestpractical.com>
%#
%# (Except where explicitly superseded by other copyright notices)
@@ -92,7 +92,7 @@ if ($self->{SearchId} eq 'new') {
Right => 'SuperUser' );
for my $obj (@Objects) {
for ( $m->comp( "/Search/Elements/SearchesForObject", Object => $obj ) ) {
- my ( $desc, $search ) = @$_;
+ my ( $desc, $loc_desc, $search ) = @$_;
use Data::Dumper;
# FFS
local $Data::Dumper::Sortkeys = 1;