Commit: ad5b04df4cb08e8158bee0c1df3dc6b019744a7a

Author: Nate Abele | Date: 2011-05-03 08:34:28 -0400
Fixing property definition in `\storage\Cache`.
diff --git a/libraries/lithium/storage/Cache.php b/libraries/lithium/storage/Cache.php index c92be3f..1d3c3fe 100644 --- a/libraries/lithium/storage/Cache.php +++ b/libraries/lithium/storage/Cache.php @@ -51,9 +51,9 @@ class Cache extends \lithium\core\Adaptable { /** * Stores configurations for cache adapters * - * @var object Collection of cache configurations + * @var array */ - protected static $_configurations = null; + protected static $_configurations = array(); /** * Libraries::locate() compatible path to adapters for this class.