Development

Changeset 1991

You must first sign up to be able to contribute.

Changeset 1991

Show
Ignore:
Timestamp:
09/07/06 15:40:11 (2 years ago)
Author:
fabien
Message:

fixed a warning in sfCacheManager

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/view/sfViewCacheManager.class.php

    r1986 r1991  
    254254    } 
    255255 
    256     if ($sf_logging_active
     256    if (sfConfig::get('sf_logging_active')
    257257    { 
    258258      $this->context->getLogger()->info(sprintf('{sfViewCacheManager} save cache for "%s"', $internalUri));