Bug onAttachment not found

There is a bug in this version
D

DevPunk

Guest
File XF/Service/Attachment/Preparer.php

Code:

Code:
// Core thumbnails will always be the size.
// Content specific thumbs can be generated by handlers using onAttachment.
$thumbSize = $this->app->options()->attachmentThumbnailDimensions;

I cannot find this in the AbstractHandler
In general, there is not even "onAttachment" in the entire XF code.


I would like to change the ThumbSize for my content.

Continue reading...