mirror of
https://github.com/Karaka-Management/oms-Media.git
synced 2026-01-24 23:08: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)) {
|
||||
Directory::create($path, '0655', true);
|
||||
Directory::create($path, 0655, true);
|
||||
}
|
||||
|
||||
if (!is_uploaded_file($f['tmp_name'])) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user