mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 06:05:56 +00:00
MINOR Added 'skipSyncLinkTracking' flag to FilesystemSyncTask (AIR-28)
This commit is contained in:
parent
37606cb337
commit
cf610974e3
@ -18,8 +18,8 @@ class FilesystemSyncTask extends BuildTask {
|
|||||||
} else {
|
} else {
|
||||||
$folderID = null;
|
$folderID = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
echo Filesystem::sync($folderID);
|
echo Filesystem::sync($folderID, !($request->getVar('skipSyncLinkTracking'))) . "\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user