1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-02 00:46:44 +01:00

Fix della funzione create_dir

This commit is contained in:
Thomas Zilio 2017-09-07 16:55:25 +02:00
parent d0cc59019e
commit e43cdb0998

View File

@ -889,5 +889,5 @@ function redirectOperation()
function create_dir($path)
{
return create_dir($path, 0777, true);
return mkdir($path, 0777, true);
}