mirror of
https://gitlab.com/depesz/explain.depesz.com.git
synced 2024-11-24 08:42:27 +02:00
fix warning
This commit is contained in:
parent
4f52dc7b8e
commit
9e73d831a6
@ -163,7 +163,7 @@ sub history {
|
||||
# date
|
||||
my $date = $self->param( 'date' );
|
||||
|
||||
if ( ( $date ) && ( $date < '2008-12-01' ) ) {
|
||||
if ( ( $date ) && ( $date lt '2008-12-01' ) ) {
|
||||
return $self->redirect_to( '/' );
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user