Changeset 371
- Timestamp:
- 06/10/10 14:41:35 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/www/cake/libs/file.php
r310 r371 290 290 clearstatcache(); 291 291 if ($this->exists()) { 292 return unlink($this->path); 292 @unlink($this->path); 293 return true; 293 294 } 294 295 return false;
Note: See TracChangeset
for help on using the changeset viewer.