summaryrefslogtreecommitdiff
path: root/system/helpers
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2010-01-06 13:06:19 -0800
committerTim Almdal <tnalmdal@shaw.ca>2010-01-06 13:06:19 -0800
commitded8fc593cccaf66236fb271a6d3f962d8c4b337 (patch)
tree9e62117f7887615551e17f9a974824bb1d18d0fe /system/helpers
parent188f418a54efe2681166dde33a59dead2e87a4bb (diff)
Typo when reapply the patch for Kohana ticket #2477
Diffstat (limited to 'system/helpers')
-rw-r--r--system/helpers/expires.php2
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())
{