typo fix.
This commit is contained in:
parent
1533a1c648
commit
747843f3f0
1 changed files with 1 additions and 1 deletions
|
|
@ -295,7 +295,7 @@ sub setFilename {
|
||||||
sub setLastModified {
|
sub setLastModified {
|
||||||
my $self = shift;
|
my $self = shift;
|
||||||
my $epoch = shift;
|
my $epoch = shift;
|
||||||
$self->{_htt}{lastModified} = $epoch;
|
$self->{_http}{lastModified} = $epoch;
|
||||||
}
|
}
|
||||||
|
|
||||||
#-------------------------------------------------------------------
|
#-------------------------------------------------------------------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue