summaryrefslogtreecommitdiffstats
path: root/system/libraries/Cache/Cache.php
diff options
context:
space:
mode:
authorTimothy Warren <tim@timshomepage.net>2012-04-27 15:12:58 +0200
committerTimothy Warren <tim@timshomepage.net>2012-04-27 15:12:58 +0200
commitb82bc3a016ce01dfeb993da5918853625a40af86 (patch)
treeb70a73b394f0bd72a1a83aaa85354a766bc0d9f4 /system/libraries/Cache/Cache.php
parentb8e6285feff1b699a94ea56fd9c2067c3a60d3f5 (diff)
Fix Cache, Image_lib and Log libraries
Diffstat (limited to 'system/libraries/Cache/Cache.php')
-rw-r--r--system/libraries/Cache/Cache.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Cache/Cache.php b/system/libraries/Cache/Cache.php
index 409323def..0493d5a6e 100644
--- a/system/libraries/Cache/Cache.php
+++ b/system/libraries/Cache/Cache.php
@@ -59,7 +59,7 @@ class CI_Cache extends CI_Driver_Library {
/**
* Reference to the driver
*
- * @var mixe
+ * @var mixed
*/
protected $_adapter = 'dummy';