Bug 65455 - Remove ThrowError

git-svn-id: svn://svn.office.custis.ru/3rdparty/bugzilla.org/trunk@802 6955db30-a419-402b-8a0d-67ecbb4d7f56
master
vfilippov 2010-06-24 13:59:10 +00:00
parent 470223bc6d
commit e22b0b2fc0
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ sub refresh_views
my $userobj = Bugzilla::User->new($userid) or next;
my $q = $query;
$q =~ tr/_/ /;
my $storedquery = Bugzilla::Search::LookupNamedQuery($q, undef, undef, 0, $userobj) or next;
my $storedquery = Bugzilla::Search::LookupNamedQuery($q, undef, undef, 0) or next;
my $cgi = new Bugzilla::CGI($storedquery);
my $search = new Bugzilla::Search(
params => $cgi,