mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #5274 from patricknelson/patch-2
Removal of FlushGeneratedImagesTask was not documented.
This commit is contained in:
commit
1d3b621460
@ -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
|
||||
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:Image]
|
||||
|
Loading…
Reference in New Issue
Block a user