fix silly typo
This commit is contained in:
parent
60a4a9b140
commit
19e4c96b38
1 changed files with 1 additions and 1 deletions
|
|
@ -950,7 +950,7 @@ sub setToEpoch {
|
|||
}
|
||||
unless ($dt) {
|
||||
$self->session->errorHandler->warn("Could not format date $set for epoch. Returning current time");
|
||||
return $time();
|
||||
return time();
|
||||
}
|
||||
return $dt->epoch;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue