N°4092 Symlinks flag : now always update the flag

Before this commit we were only creating/removing the flag is the functionnality was available : but this was causing confusions !
This commit is contained in:
Pierre Goiffon
2021-09-21 09:07:28 +02:00
parent 98013a68a4
commit 5f2323f10b

View File

@@ -171,11 +171,6 @@ class MFCompiler
*/
public static function SetUseSymbolicLinksFlag(bool $bUseSymbolicLinks): void
{
if (!static::CanUseSymbolicLinksFlagBeUsed()) {
// functionality cannot be used, so we're doing nothing !
return;
}
$bIsUseSymlinksFlagPresent = (static::IsUseSymbolicLinksFlagPresent());
if ($bUseSymbolicLinks) {