Changeset 3131
- Timestamp:
- 01/03/07 09:17:49 (2 years ago)
- Files:
-
- trunk/lib/cache/sfFileCache.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/cache/sfFileCache.class.php
r2791 r3131 468 468 @fwrite($fp, $this->hash($data), 32); 469 469 } 470 $len = strlen($data); 471 @fwrite($fp, $data, $len); 470 @fwrite($fp, $data); 472 471 if ($this->fileLocking) 473 472 {