mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
N°6964 - Allow folder creation to be recursive
This commit is contained in:
@@ -816,7 +816,7 @@ class SetupUtils
|
||||
{
|
||||
if (!is_dir($sDest))
|
||||
{
|
||||
mkdir($sDest);
|
||||
mkdir($sDest, 0777 /* Default */, true);
|
||||
}
|
||||
$aFiles = scandir($sSource);
|
||||
if(sizeof($aFiles) > 0 )
|
||||
|
||||
Reference in New Issue
Block a user