Not a bug XenForo_CssOutput::renderCss always builds it's cache id

Xon

Well-known member
XenForo_CssOutput::renderCss always builds it's cache id even if the cache object doesn't exist.

This prevents easily changing the caching behaviour without either re-implementing the entire method or paying for an extra sha1() call.
 
Top Bottom