Changeset 8092
- Timestamp:
- 03/26/08 07:29:17 (2 years ago)
- Files:
-
- branches/1.1/lib/view/sfViewCacheManager.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.1/lib/view/sfViewCacheManager.class.php
r8009 r8092 664 664 if (sfConfig::get('sf_web_debug')) 665 665 { 666 $content = sfWebDebug::decorateContentWithDebug($uri, $content, true);666 $content = sfWebDebug::decorateContentWithDebug($uri, $content, false); 667 667 } 668 668

