diff options
| author | horus | 2020-09-23 16:42:17 +0200 |
|---|---|---|
| committer | horus | 2020-09-23 16:42:17 +0200 |
| commit | b2f1970612d3312eac35f3a2854d40d44a680073 (patch) | |
| tree | b368e8702c6921668c854b16da666f9d68ed391d /app/helpers.php | |
| parent | 6f4c8f0630b6cb094566f9102f7c8cfd8be36239 (diff) | |
| download | senpai-b2f1970612d3312eac35f3a2854d40d44a680073.tar.gz | |
bugfix
Diffstat (limited to 'app/helpers.php')
| -rw-r--r-- | app/helpers.php | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |
