Closed ger4003 closed 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.
contentPostProc-all
contentPostProc-output
Thank you :)
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 ofcontentPostProc-output
to make replacements before writing to cache.