Merge pull request #5274 from patricknelson/patch-2

Removal of FlushGeneratedImagesTask was not documented.
This commit is contained in:
Damian Mooyman 2016-04-06 11:05:40 +12:00
commit 1d3b621460

View File

@ -157,7 +157,11 @@ and whenever you upload or modify an Image through SilverStripe.
If you encounter problems with images not appearing, or have mysteriously If you encounter problems with images not appearing, or have mysteriously
disappeared, you can try manually flushing the image cache. disappeared, you can try manually flushing the image cache.
http://localhost/dev/tasks/FlushGeneratedImagesTask http://localhost/dev/tasks/RegenerateCachedImagesTask
<div class="notice" markdown="1">
This task was renamed to `RegenerateCachedImagesTask` (originally `FlushGeneratedImagesTask`) circa SilverStripe 3.2.
</div>
## API Documentation ## API Documentation
[api:Image] [api:Image]