Changeset 10136
- Timestamp:
- 07/05/08 19:28:50 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.2/lib/generator/sfGeneratorManager.class.php
r9261 r10136 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);