Changeset 9537
- Timestamp:
- 06/11/08 11:21:04 (2 years ago)
- Files:
-
- branches/1.1/lib/task/sfBaseTask.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.1/lib/task/sfBaseTask.class.php
r9439 r9537 59 59 { 60 60 $autoloader->addDirectory($dir); 61 } 62 63 if (!$this->commandApplication->withTrace()) 64 { 65 sfConfig::set('sf_logging_enabled', false); 61 66 } 62 67

