summaryrefslogtreecommitdiff
path: root/app/helpers.php
diff options
context:
space:
mode:
authorhorus2020-09-23 16:42:17 +0200
committerhorus2020-09-23 16:42:17 +0200
commitb2f1970612d3312eac35f3a2854d40d44a680073 (patch)
treeb368e8702c6921668c854b16da666f9d68ed391d /app/helpers.php
parent6f4c8f0630b6cb094566f9102f7c8cfd8be36239 (diff)
downloadsenpai-b2f1970612d3312eac35f3a2854d40d44a680073.tar.gz
bugfix
Diffstat (limited to 'app/helpers.php')
-rw-r--r--app/helpers.php2
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);
}