diff options
author | Timothy Warren <tim@timshomepage.net> | 2012-04-27 15:12:58 +0200 |
---|---|---|
committer | Timothy Warren <tim@timshomepage.net> | 2012-04-27 15:12:58 +0200 |
commit | b82bc3a016ce01dfeb993da5918853625a40af86 (patch) | |
tree | b70a73b394f0bd72a1a83aaa85354a766bc0d9f4 /system/libraries/Cache | |
parent | b8e6285feff1b699a94ea56fd9c2067c3a60d3f5 (diff) |
Fix Cache, Image_lib and Log libraries
Diffstat (limited to 'system/libraries/Cache')
-rw-r--r-- | system/libraries/Cache/Cache.php | 2 |
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'; |