Commit 67cf215f authored by Max Kanat-Alexander's avatar Max Kanat-Alexander

A few tinderbox bustage fixes from the checkin of bug 24896.

parent fbe9a7a9
...@@ -87,7 +87,7 @@ sub check { ...@@ -87,7 +87,7 @@ sub check {
my $search = $class->SUPER::check(@_); my $search = $class->SUPER::check(@_);
my $user = Bugzilla->user; my $user = Bugzilla->user;
if ($search->user_id != $user->id) { if ($search->user_id != $user->id) {
ThrowUserError('object_not_found', { id => $search->id }); ThrowUserError('object_does_not_exist', { id => $search->id });
} }
return $search; return $search;
} }
......
...@@ -1023,4 +1023,4 @@ if Bugzilla is currently using the shadowdb or not. Used like: ...@@ -1023,4 +1023,4 @@ if Bugzilla is currently using the shadowdb or not. Used like:
$dbh->do("INSERT ..."); $dbh->do("INSERT ...");
} }
back =back
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment