Changeset 1991
- Timestamp:
- 09/07/06 15:40:11 (2 years ago)
- Files:
-
- trunk/lib/view/sfViewCacheManager.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/view/sfViewCacheManager.class.php
r1986 r1991 254 254 } 255 255 256 if ( $sf_logging_active)256 if (sfConfig::get('sf_logging_active')) 257 257 { 258 258 $this->context->getLogger()->info(sprintf('{sfViewCacheManager} save cache for "%s"', $internalUri));