Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
In XF\Repository\Reaction->getReactionCacheData(), reaction_text is being unset for some reason, but it never existed (in any version of XenForo as far as I could find).[code=php]unset($cache[$reactionId]['sprite_mode'], $cache[$reactionId]['reaction_text']);[/code]Maybe it was added with the intention of having text instead of images for reaction buttons, and that never materialized or something (although if that was the case, you'd probably not want to unset it in the cache)? It looks unnecessary to me at this point.
In XF\Repository\Reaction->getReactionCacheData(), reaction_text is being unset for some reason, but it never existed (in any version of XenForo as far as I could find).
XF\Repository\Reaction->getReactionCacheData()
reaction_text
[code=php]unset($cache[$reactionId]['sprite_mode'], $cache[$reactionId]['reaction_text']);[/code]
Maybe it was added with the intention of having text instead of images for reaction buttons, and that never materialized or something (although if that was the case, you'd probably not want to unset it in the cache)? It looks unnecessary to me at this point.
We use essential cookies to make this site work, and optional cookies to enhance your experience.
See further information and configure your preferences