mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Merge branch '3.3.x'
This commit is contained in:
@@ -478,7 +478,10 @@ class filespec
|
||||
}
|
||||
|
||||
// Remove temporary filename
|
||||
@unlink($this->filename);
|
||||
if (file_exists($this->filename))
|
||||
{
|
||||
@unlink($this->filename);
|
||||
}
|
||||
|
||||
if (count($this->error))
|
||||
{
|
||||
|
Reference in New Issue
Block a user