Development

Changeset 24033

You must first sign up to be able to contribute.

Changeset 24033

Show
Ignore:
Timestamp:
11/16/09 18:13:59 (4 years ago)
Author:
Kris.Wallsmith
Message:

[1.3] removed unnecessary call to sfConfig

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.3/lib/config/sfApplicationConfiguration.class.php

    r24032 r24033  
    9292 
    9393  /** 
    94    * @see sfProjectConfiguration 
     94   * Various initializations. 
    9595   */ 
    9696  public function initConfiguration() 
     
    105105 
    106106    // required core classes for the framework 
    107     if (!sfConfig::get('sf_debug') && !sfConfig::get('sf_test') && !self::$coreLoaded) 
     107    if (!$this->isDebug() && !sfConfig::get('sf_test') && !self::$coreLoaded) 
    108108    { 
    109109      $configCache->import('config/core_compile.yml', false);