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
a3f4a7f5
Commit
a3f4a7f5
authored
Feb 18, 2010
by
Max Kanat-Alexander
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
"my $template = Bugzilla->template" wasn't needed in _page_user and _page_bug
in the Voting extension. (Thanks to timello for pointing this out!)
parent
181bfd0c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
Extension.pm
extensions/Voting/Extension.pm
+0
-2
No files found.
extensions/Voting/Extension.pm
View file @
a3f4a7f5
...
@@ -362,7 +362,6 @@ sub page_before_template {
...
@@ -362,7 +362,6 @@ sub page_before_template {
sub
_page_bug
{
sub
_page_bug
{
my
(
$vars
)
=
@_
;
my
(
$vars
)
=
@_
;
my
$dbh
=
Bugzilla
->
dbh
;
my
$dbh
=
Bugzilla
->
dbh
;
my
$template
=
Bugzilla
->
template
;
my
$input
=
Bugzilla
->
input_params
;
my
$input
=
Bugzilla
->
input_params
;
my
$bug_id
=
$input
->
{
bug_id
};
my
$bug_id
=
$input
->
{
bug_id
};
...
@@ -384,7 +383,6 @@ sub _page_user {
...
@@ -384,7 +383,6 @@ sub _page_user {
my
(
$vars
)
=
@_
;
my
(
$vars
)
=
@_
;
my
$dbh
=
Bugzilla
->
dbh
;
my
$dbh
=
Bugzilla
->
dbh
;
my
$user
=
Bugzilla
->
user
;
my
$user
=
Bugzilla
->
user
;
my
$template
=
Bugzilla
->
template
;
my
$input
=
Bugzilla
->
input_params
;
my
$input
=
Bugzilla
->
input_params
;
my
$action
=
$input
->
{
action
};
my
$action
=
$input
->
{
action
};
...
...
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