mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-18 16:18:47 +02:00
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user