summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Bugzilla/Search/Recent.pm2
-rw-r--r--Bugzilla/Util.pm2
2 files changed, 2 insertions, 2 deletions
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;
}
diff --git a/Bugzilla/Util.pm b/Bugzilla/Util.pm
index 840225fbe..bfe630a8f 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