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:
parent
a37fe33173
commit
ab9d056358
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user