summaryrefslogtreecommitdiff
path: root/app/helpers.php
diff options
context:
space:
mode:
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);
}