- Timestamp:
- 07/07/10 10:54:17 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/www/cake/libs/file.php
r371 r384 154 154 } 155 155 156 $this->handle = fopen($this->path, $mode);156 $this->handle = @fopen($this->path, $mode); 157 157 if (is_resource($this->handle)) { 158 158 return true;
Note: See TracChangeset
for help on using the changeset viewer.