Strict type fixes

This commit is contained in:
Dennis Eichhorn 2017-01-25 17:38:54 +01:00
parent 470e6afc1a
commit 3a02ef07b7

View File

@ -173,7 +173,7 @@ class UploadFile
}
if (!is_dir($path)) {
Directory::create($path, '0655', true);
Directory::create($path, 0655, true);
}
if (!is_uploaded_file($f['tmp_name'])) {