Development

Changeset 5309

You must first sign up to be able to contribute.

Changeset 5309

Show
Ignore:
Timestamp:
09/29/07 08:53:27 (2 years ago)
Author:
fabien
Message:

removed sending an exception when dir does not exist when cleaning cache

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/cache/sfFileCache.class.php

    r4597 r5309  
    138138    if (!is_dir($this->getParameter('cacheDir'))) 
    139139    { 
    140       throw new sfCacheException(sprintf('Unable to open cache directory "%s"', $this->getParameter('cacheDir')))
     140      return true
    141141    } 
    142142 

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.