File: phpbb/files/filespec.php
Unmodified
Added
Modified
Removed
Line 476 | Line 476 |
---|
}
// Remove temporary filename
|
}
// Remove temporary filename
|
| if (file_exists($this->filename)) {
|
@unlink($this->filename);
|
@unlink($this->filename);
|
| }
|
if (count($this->error)) {
| if (count($this->error)) {
|