mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 20:57:26 +02:00
Issue #2579 - Make sure JS/CSS caching only happens on the front-end.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user