Changeset 13373
- Timestamp:
- 11/26/08 22:06:27 (7 months ago)
- Files:
-
- branches/1.2/lib/log/sfWebDebugLogger.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.2/lib/log/sfWebDebugLogger.class.php
r11051 r13373 63 63 public function filterResponseContent(sfEvent $event, $content) 64 64 { 65 if (!sfConfig::get('sf_web_debug')) 66 { 67 return $content; 68 } 69 65 70 // log timers information 66 71 $messages = array();

