commit | b82bc3a016ce01dfeb993da5918853625a40af86 | [log] [tgz] |
---|---|---|
author | Timothy Warren <tim@timshomepage.net> | Fri Apr 27 09:12:58 2012 -0400 |
committer | Timothy Warren <tim@timshomepage.net> | Fri Apr 27 09:12:58 2012 -0400 |
tree | b70a73b394f0bd72a1a83aaa85354a766bc0d9f4 | |
parent | b8e6285feff1b699a94ea56fd9c2067c3a60d3f5 [diff] [blame] |
Fix Cache, Image_lib and Log libraries
diff --git a/system/libraries/Cache/Cache.php b/system/libraries/Cache/Cache.php index 409323d..0493d5a 100644 --- a/system/libraries/Cache/Cache.php +++ b/system/libraries/Cache/Cache.php
@@ -59,7 +59,7 @@ /** * Reference to the driver * - * @var mixe + * @var mixed */ protected $_adapter = 'dummy';