diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/helpers/expires.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/system/helpers/expires.php b/system/helpers/expires.php index 81468ce3..d510ba7c 100644 --- a/system/helpers/expires.php +++ b/system/helpers/expires.php @@ -82,7 +82,6 @@ class expires_Core { { $last_modified = $now; } - $max_age = $expires - time(); if ($modified <= $last_modified) { |