#74: Suppress warning on mkdir due to a race condition for multiple uploads
This commit is contained in:
parent
534c8f6090
commit
036814705f
@ -46,7 +46,7 @@ class FileHelper
|
||||
|
||||
if (!file_exists($path))
|
||||
{
|
||||
mkdir($path, 0755, true);
|
||||
@mkdir($path, 0755, true);
|
||||
}
|
||||
|
||||
return $path;
|
||||
|
Loading…
Reference in New Issue
Block a user