diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2010-01-06 13:06:19 -0800 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2010-01-06 13:06:19 -0800 |
commit | ded8fc593cccaf66236fb271a6d3f962d8c4b337 (patch) | |
tree | 9e62117f7887615551e17f9a974824bb1d18d0fe /system/helpers/expires.php | |
parent | 188f418a54efe2681166dde33a59dead2e87a4bb (diff) |
Typo when reapply the patch for Kohana ticket #2477
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()) { |