From 67cf215f79566b3559ec1491d786e8bc02907b74 Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Tue, 15 Jun 2010 23:22:58 -0700 Subject: A few tinderbox bustage fixes from the checkin of bug 24896. --- Bugzilla/Search/Recent.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/Search') diff --git a/Bugzilla/Search/Recent.pm b/Bugzilla/Search/Recent.pm index 14d5ebef4..1498af034 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; } -- cgit v1.2.3-24-g4f1b