[*] BO : chmod 664 to config.xml file

This commit is contained in:
gRoussac
2013-10-18 18:36:30 +02:00
parent 2e2151a1bb
commit 8ef1e043af

View File

@@ -1753,6 +1753,7 @@ abstract class ModuleCore
@unlink($file);
@file_put_contents($file, $xml);
}
@chmod($file, 0664);
}
}