jweiland-net / replacer

TYPO3 extension that replaces string patterns from the page. You can use it to replace URLs for Content Delivery Network (CDN). (Fork of ja_replacer)
GNU General Public License v2.0
1 stars 8 forks source link

Use contentPostProc-all instead of contentPostProc-output #1

Closed ger4003 closed 6 years ago

ger4003 commented 6 years ago

If content comes from cache the usage of stdWrap fails because cObj is not set. To fix the issue i register the contentPostProc-all hook instead of contentPostProc-output to make replacements before writing to cache.

pascal20997 commented 6 years ago

Thank you :)