diff --git a/lib/view/sfViewCacheManager.class.php b/lib/view/sfViewCacheManager.class.php index 4ecffefec..dde3b65ab 100644 --- a/lib/view/sfViewCacheManager.class.php +++ b/lib/view/sfViewCacheManager.class.php @@ -21,6 +21,8 @@ */ class sfViewCacheManager { + public $options = array(); + protected $cache; protected $cacheConfig = array(); protected $context;