Changeset 10135
- Timestamp:
- 07/05/08 19:28:27 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.1/lib/generator/sfGeneratorManager.class.php
r9261 r10135 63 63 if (false === @mkdir(dirname($path), 0777, true)) 64 64 { 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))); 66 66 } 67 67 umask($current_umask);