- Affected App
- WoltLab Suite Core
If you compare both Versions:
Code
<item name="wcf.attachment.upload.limits"><![CDATA[Maximale Anzahl an Dateianhängen: {#$attachmentHandler->getMaxCount()}<br>
Maximale Dateigröße: {@$attachmentHandler->getMaxSize()|filesize}<br>
Erlaubte Dateiendungen: {', '|implode:$attachmentHandler->getFormattedAllowedExtensions()}]]></item>
vs
Code
<item name="wcf.attachment.upload.limits"><![CDATA[The maximum number of attachments: {#$attachmentHandler->getMaxCount()}<br>
Allowed extensions: {', '|implode:$attachmentHandler->getFormattedAllowedExtensions()}]]></item>
English Version gives no information about the filesize.
Seams to be missing since WSC3.0