N°4092 Setup : symlink option now always displayed if functionality enabled

Previously we were also testing for flag presence.
In consequence the confirmation dialog when unchecking the option is also removed (we can enable back the option using the setup)
This commit is contained in:
Pierre Goiffon
2021-07-29 16:55:49 +02:00
parent f3c11e72cf
commit 83064d68c7
3 changed files with 47 additions and 34 deletions

View File

@@ -180,7 +180,7 @@ try
$sUseSymbolicLinks = Utils::ReadParam('bUseSymbolicLinks', false);
$bUseSymbolicLinks = ($sUseSymbolicLinks === 'true');
MFCompiler::SetUseSymbolicLinksFlag($bUseSymbolicLinks);
echo "toggle useSymbolicLInks file : $bUseSymbolicLinks";
echo "toggle useSymbolicLinks flag : $bUseSymbolicLinks";
break;
default: