Development

Changeset 10136

You must first sign up to be able to contribute.

Changeset 10136

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

1.2: fixed notice. fixes #3918

Files:

Legend:

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

    r9261 r10136  
    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);