From b2f1970612d3312eac35f3a2854d40d44a680073 Mon Sep 17 00:00:00 2001 From: horus Date: Wed, 23 Sep 2020 16:42:17 +0200 Subject: bugfix --- app/helpers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/helpers.php') diff --git a/app/helpers.php b/app/helpers.php index c2c6b16..c5a227c 100644 --- a/app/helpers.php +++ b/app/helpers.php @@ -125,7 +125,7 @@ function compare($str1, $str2) { } function getSeasonFromDate($aired_at) { - if ( is_null($ared_at) ) { + if ( is_null($aired_at) ) { return array("name" => null, "year" => null); } -- cgit v1.2.3