Fix della funzione create_dir
This commit is contained in:
parent
d0cc59019e
commit
e43cdb0998
|
@ -889,5 +889,5 @@ function redirectOperation()
|
||||||
|
|
||||||
function create_dir($path)
|
function create_dir($path)
|
||||||
{
|
{
|
||||||
return create_dir($path, 0777, true);
|
return mkdir($path, 0777, true);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue