From 208fc9db683c51e3bcf1f24d1e5e0200e0f32d96 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Tue, 17 Mar 2009 18:56:01 +0000 Subject: Update Kohana to r4081. This resolves ticket http://dev.kohanaphp.com/ticket/1156 1156: "Table prefix gets append to column name" All tests pass. --- kohana/libraries/drivers/Cache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kohana/libraries/drivers/Cache.php') diff --git a/kohana/libraries/drivers/Cache.php b/kohana/libraries/drivers/Cache.php index 0e825bcf..6f24ccac 100644 --- a/kohana/libraries/drivers/Cache.php +++ b/kohana/libraries/drivers/Cache.php @@ -14,7 +14,7 @@ interface Cache_Driver { /** * Set a cache item. */ - public function set($id, $data, $tags, $lifetime); + public function set($id, $data, array $tags = NULL, $lifetime); /** * Find all of the cache ids for a given tag. -- cgit v1.2.3