Changeset 5309
- Timestamp:
- 09/29/07 08:53:27 (2 years ago)
- Files:
-
- trunk/lib/cache/sfFileCache.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/cache/sfFileCache.class.php
r4597 r5309 138 138 if (!is_dir($this->getParameter('cacheDir'))) 139 139 { 140 throw new sfCacheException(sprintf('Unable to open cache directory "%s"', $this->getParameter('cacheDir')));140 return true; 141 141 } 142 142

