Development

Changeset 13373

You must first sign up to be able to contribute.

Changeset 13373

Show
Ignore:
Timestamp:
11/26/08 22:06:27 (7 months ago)
Author:
fabien
Message:

[1.2] fixed sfConfig::set('sf_web_debug', false) in an action doesn't disable the toolbar (closes #5063)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.2/lib/log/sfWebDebugLogger.class.php

    r11051 r13373  
    6363  public function filterResponseContent(sfEvent $event, $content) 
    6464  { 
     65    if (!sfConfig::get('sf_web_debug')) 
     66    { 
     67      return $content; 
     68    } 
     69 
    6570    // log timers information 
    6671    $messages = array(); 

The Sensio Labs Network

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