1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

Issue #2579 - Make sure JS/CSS caching only happens on the front-end.

This commit is contained in:
Cameron 2017-04-17 16:04:30 -07:00
parent a37fe33173
commit ab9d056358

View File

@ -1731,7 +1731,7 @@ class e_jsmanager
$text .= '</style>';
$text .= "\n";
if($this->_cache_enabled != true)
if($this->_cache_enabled != true || $this->isInAdmin())
{
echo $text;
}