From: Max Kanat-Alexander Date: Wed, 16 Jun 2010 06:22:58 +0000 (-0700) Subject: A few tinderbox bustage fixes from the checkin of bug 24896. X-Git-Tag: bugzilla-3.7.1~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67cf215f79566b3559ec1491d786e8bc02907b74;p=thirdparty%2Fbugzilla.git A few tinderbox bustage fixes from the checkin of bug 24896. --- diff --git a/Bugzilla/Search/Recent.pm b/Bugzilla/Search/Recent.pm index 14d5ebef44..1498af0340 100644 --- a/Bugzilla/Search/Recent.pm +++ b/Bugzilla/Search/Recent.pm @@ -87,7 +87,7 @@ sub check { my $search = $class->SUPER::check(@_); my $user = Bugzilla->user; if ($search->user_id != $user->id) { - ThrowUserError('object_not_found', { id => $search->id }); + ThrowUserError('object_does_not_exist', { id => $search->id }); } return $search; } diff --git a/Bugzilla/Util.pm b/Bugzilla/Util.pm index 840225fbe7..bfe630a8f6 100644 --- a/Bugzilla/Util.pm +++ b/Bugzilla/Util.pm @@ -1023,4 +1023,4 @@ if Bugzilla is currently using the shadowdb or not. Used like: $dbh->do("INSERT ..."); } -back +=back