1
0
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:
Hubert depesz Lubaczewski 2013-08-26 13:52:46 +02:00
parent 4f52dc7b8e
commit 9e73d831a6

View File

@ -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( '/' );
}