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
a8c6924cf0
commit
be5e3bb02d
@ -18,8 +18,8 @@ class FilesystemSyncTask extends BuildTask {
|
||||
} else {
|
||||
$folderID = null;
|
||||
}
|
||||
|
||||
echo Filesystem::sync($folderID);
|
||||
|
||||
echo Filesystem::sync($folderID, !($request->getVar('skipSyncLinkTracking'))) . "\n";
|
||||
}
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user