fix typo in SQLReport
This commit is contained in:
parent
7eda8f7d46
commit
996acb5ab5
1 changed files with 1 additions and 1 deletions
|
|
@ -232,7 +232,7 @@ property downloadType => (
|
|||
options => \&_downloadType_options,
|
||||
extras => "onclick='changeDownloadType(this)'"
|
||||
);
|
||||
sub _downoadType_options {
|
||||
sub _downloadType_options {
|
||||
my $self = shift;
|
||||
tie my %downloadTypes, 'Tie::IxHash',
|
||||
"none" => "No Download",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue