Development

Changeset 10135

You must first sign up to be able to contribute.

Changeset 10135

Show
Ignore:
Timestamp:
07/05/08 19:28:27 (5 months ago)
Author:
FabianLange
Message:

1.1: fixed notice. fixed #3918

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.1/lib/generator/sfGeneratorManager.class.php

    r9261 r10135  
    6363      if (false === @mkdir(dirname($path), 0777, true)) 
    6464      { 
    65         throw new sfCacheException(sprintf('Failed to make cache directory "%s".', dirname($cache))); 
     65        throw new sfCacheException(sprintf('Failed to make cache directory "%s".', dirname($path))); 
    6666      } 
    6767      umask($current_umask);