Development

Changeset 6747

You must first sign up to be able to contribute.

Changeset 6747

Show
Ignore:
Timestamp:
12/27/07 11:00:14 (2 years ago)
Author:
dwhittle
Message:

dwhittle: fixed logger constant

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/dwhittle/1.1/lib/controller/sfController.class.php

    r6745 r6747  
    411411    if (sfConfig::get('sf_logging_enabled')) 
    412412    { 
    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))); 
    414414    } 
    415415 

The Sensio Labs Network

Since 1998, Sensio Labs has been promoting the Open-Source software movement by providing quality web application development, training, consulting.
Sensio Labs also supports several large Open-Source projects.