Changeset 6747
- Timestamp:
- 12/27/07 11:00:14 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/dwhittle/1.1/lib/controller/sfController.class.php
r6745 r6747 411 411 if (sfConfig::get('sf_logging_enabled')) 412 412 { 413 $this->dispatcher->notify(new sfEvent($this, 'application.log', array('sendEmail method is deprecated', 'priority' => sfLogger::ERR )));413 $this->dispatcher->notify(new sfEvent($this, 'application.log', array('sendEmail method is deprecated', 'priority' => sfLogger::ERROR))); 414 414 } 415 415

