Changeset 2791
- Timestamp:
- 11/23/06 20:39:22 (2 years ago)
- Files:
-
- trunk/lib/cache/sfFileCache.class.php (modified) (1 diff)
- trunk/lib/cache/sfSQLiteCache.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/cache/sfFileCache.class.php
r2785 r2791 126 126 if (!in_array($key, $availableOptions)) 127 127 { 128 throw new sfConfigurationException(sprintf('sfFileCache cannot take "%s" as an option', $key));128 sfLogger::getInstance()->error(sprintf('sfFileCache cannot take "%s" as an option', $key)); 129 129 } 130 130 trunk/lib/cache/sfSQLiteCache.class.php
r2785 r2791 70 70 if (!in_array($key, $availableOptions)) 71 71 { 72 throw new sfConfigurationException(sprintf('sfFileCache cannot take "%s" as an option', $key));72 sfLogger::getInstance()->error(sprintf('sfSQLiteCache cannot take "%s" as an option', $key)); 73 73 } 74 74