Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
67cf215f
Commit
67cf215f
authored
Jun 15, 2010
by
Max Kanat-Alexander
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
A few tinderbox bustage fixes from the checkin of bug 24896.
parent
fbe9a7a9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Recent.pm
Bugzilla/Search/Recent.pm
+1
-1
Util.pm
Bugzilla/Util.pm
+1
-1
No files found.
Bugzilla/Search/Recent.pm
View file @
67cf215f
...
...
@@ -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
;
}
...
...
Bugzilla/Util.pm
View file @
67cf215f
...
...
@@ -1023,4 +1023,4 @@ if Bugzilla is currently using the shadowdb or not. Used like:
$dbh->do("INSERT ...");
}
back
=
back
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment