mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user