From ded8fc593cccaf66236fb271a6d3f962d8c4b337 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Wed, 6 Jan 2010 13:06:19 -0800 Subject: Typo when reapply the patch for Kohana ticket #2477 --- system/helpers/expires.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system') 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()) { -- cgit v1.2.3