]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
A few tinderbox bustage fixes from the checkin of bug 24896.
authorMax Kanat-Alexander <mkanat@bugzilla.org>
Wed, 16 Jun 2010 06:22:58 +0000 (23:22 -0700)
committerMax Kanat-Alexander <mkanat@bugzilla.org>
Wed, 16 Jun 2010 06:22:58 +0000 (23:22 -0700)
Bugzilla/Search/Recent.pm
Bugzilla/Util.pm

index 14d5ebef44b29842670af4eec44477a745c98d25..1498af0340060a3830badc12d75799eabb26a0f1 100644 (file)
@@ -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;
 }
index 840225fbe7150cd2cc1d3134c32b2196cb7ecbb3..bfe630a8f6efb7c5c133de8109561ffb566ae42a 100644 (file)
@@ -1023,4 +1023,4 @@ if Bugzilla is currently using the shadowdb or not. Used like:
      $dbh->do("INSERT ...");
  }
 
-back
+=back