mirror of
https://github.com/Karaka-Management/oms-Media.git
synced 2026-02-13 07:48:41 +00:00
Strict type fixes
This commit is contained in:
parent
470e6afc1a
commit
3a02ef07b7
|
|
@ -173,7 +173,7 @@ class UploadFile
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!is_dir($path)) {
|
if (!is_dir($path)) {
|
||||||
Directory::create($path, '0655', true);
|
Directory::create($path, 0655, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!is_uploaded_file($f['tmp_name'])) {
|
if (!is_uploaded_file($f['tmp_name'])) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user