diff options
Diffstat (limited to 'system/helpers/expires.php')
-rw-r--r-- | system/helpers/expires.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/helpers/expires.php b/system/helpers/expires.php index f17b3cf8..81468ce3 100644 --- a/system/helpers/expires.php +++ b/system/helpers/expires.php @@ -72,7 +72,7 @@ class expires_Core { * @param integer Last modified timestamp in seconds(optional) * @return integer|boolean Timestamp of the If-Modified-Since header or FALSE when header is lacking or malformed */ - public static function check($seconds = 60, $modified=null)) + public static function check($seconds = 60, $modified=null) { if ($last_modified = expires::get()) { |