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